This commit is contained in:
Avraham Sakal
2025-02-26 21:32:48 -05:00
parent b001a5998d
commit 9610ca2673
13 changed files with 4109 additions and 51 deletions
+9
View File
@@ -0,0 +1,9 @@
# S3 Configuration
S3_ACCESS_KEY=your_access_key_here
S3_SECRET_KEY=your_secret_key_here
S3_REGION=your_region_here
S3_BUCKET_NAME=your_bucket_name_here
# Optional: For S3-compatible services (like Backblaze B2, MinIO, etc.)
# S3_ENDPOINT=https://s3.us-west-000.backblazeb2.com
# S3_FORCE_PATH_STYLE=true