Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Apr 18, 2024
1 parent 3855e86 commit 41fe06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/s3_express/settings.s3express.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ S3_BUCKET_NAME=bucket_name=my-bucket-name--usw2-az1--x-s3
AWS_ACCESS_KEY_ID=<access_key>
AWS_SECRET_ACCESS_KEY=<secret_access_key>
AWS_SESSION_TOKEN=<session token>
S3_SERVER=bucket_name=my-bucket-name--usw2-az1--x-s3.s3express-usw2-az1.us-west-2.amazonaws.com
S3_SERVER=my-bucket-name--usw2-az1--x-s3.s3express-usw2-az1.us-west-2.amazonaws.com
S3_SERVER_PORT=443
S3_SERVER_PROTO=https
S3_REGION=us-west-2
Expand Down

0 comments on commit 41fe06a

Please sign in to comment.