Skip to content

Commit 37cf2ca

Browse files
sulamibene2k1
authored andcommitted
docs: Set the S3 endpoint URL the example AWS config (#4512)
When going through this example, I noted that `aws s3 ls` was still trying to connect to AWS, and then noticed that in a step lower down the S3 endpoint URL was set, but not in the initial example configuration.
1 parent f7c1d98 commit 37cf2ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/object-storage/api-cli/object-storage-aws-cli.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ The AWS-CLI is an open-source tool built on top of the [AWS SDK for Python (Boto
5252
5353
[services scw-nl-ams]
5454
s3 =
55+
endpoint_url = https://s3.nl-ams.scw.cloud
5556
max_concurrent_requests = 100
5657
max_queue_size = 1000
5758
multipart_threshold = 50 MB

0 commit comments

Comments
 (0)