local env done

This commit is contained in:
2026-05-13 15:21:37 -03:00
parent 55aa31eff5
commit 7c5aa14409
10 changed files with 97 additions and 3 deletions

View File

@@ -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():