rename variables with S3_ (from AWS_)
This commit is contained in:
+13
-11
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user