local env done
This commit is contained in:
2
seed.py
2
seed.py
@@ -8,7 +8,7 @@ from botocore.exceptions import ClientError
|
||||
BUCKET = os.environ.get("BUCKET_NAME", "my-company-reports-bucket")
|
||||
PREFIX = os.environ.get("PREFIX", "2026/04/")
|
||||
ENDPOINT = os.environ.get("S3_ENDPOINT_URL", "http://localhost:9000")
|
||||
DECOY_EXTS = (".txt", ".csv", ".json")
|
||||
DECOY_EXTS = ()
|
||||
|
||||
|
||||
def _client():
|
||||
|
||||
Reference in New Issue
Block a user