I prepare to aws certification and found an answer:
Which is a valid bucket url for mybucket?
Answers
A. http://s3-sa-east-1.amazonaws.com/mybucket
B. http://s3.amazonaws.com/mybucket
C. All of the above
Right answer is C, but I am not agree with it. I don't see variant of backet url without region: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro. But on the other side - bucket name is unique globally, so, what is the sense to write bucket-region if you provide bucket name?
So, which answer is correct?