rename variables with S3_ (from AWS_)

This commit is contained in:
2024-03-14 20:15:18 -06:00
parent 2f04342a6d
commit eccc6a1835
2 changed files with 18 additions and 16 deletions
+13 -11
View File
@@ -1,16 +1,18 @@
#AWS_ACCESS_KEY=???
#AWS_BUCKET_NAME=giftsimagetest
#AWS_ENDPOINT_SERVER=a2-west.americancloud.com
#AWS_REGION=US
#AWS_SECRET_KEY=???
# These settings work for American Cloud.
#S3_ACCESS_KEY=???
#S3_BUCKET_NAME=giftsimagetest
#S3_ENDPOINT_SERVER=a2-west.americancloud.com
#S3_REGION=US
#S3_SECRET_KEY=???
#S3_SET_ACL=true
AWS_ACCESS_KEY=???
AWS_BUCKET_NAME=gifts-image-test
AWS_ENDPOINT_SERVER=gifts-image-test.s3.amazonaws.com
AWS_REGION=us-west-1
AWS_SECRET_KEY=???
#S3_SET_ACL=false
# These settings work for AWS.
S3_ACCESS_KEY=???
S3_BUCKET_NAME=gifts-image-test
S3_ENDPOINT_SERVER=gifts-image-test.s3.amazonaws.com
S3_REGION=us-west-1
S3_SECRET_KEY=???
S3_SET_ACL=false
# needed to check limits
#ENDORSER_API_URL=http://localhost:3000