Corrected Seoul S3 Website Endpoint Test
This commit is contained in:
parent
d642e6fbc0
commit
ec1ee7f2be
|
@ -16,7 +16,7 @@ var websiteEndpoints = []struct {
|
|||
{"ap-southeast-1", "bucket-name.s3-website-ap-southeast-1.amazonaws.com"},
|
||||
{"ap-northeast-1", "bucket-name.s3-website-ap-northeast-1.amazonaws.com"},
|
||||
{"ap-southeast-2", "bucket-name.s3-website-ap-southeast-2.amazonaws.com"},
|
||||
{"ap-northeast-2", "bucket-name.s3-website-ap-northeast-2.amazonaws.com"},
|
||||
{"ap-northeast-2", "bucket-name.s3-website.ap-northeast-2.amazonaws.com"},
|
||||
{"sa-east-1", "bucket-name.s3-website-sa-east-1.amazonaws.com"},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue