1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Merge pull request #574 from gharutyunyan-vineti/patch-1

S3 dot Region endpoint structure applied
This commit is contained in:
Wesley Beary 2020-08-22 10:20:01 -05:00 committed by GitHub
commit 8c9a9b7a0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,7 +227,7 @@ module Fog
when %r{\Acn-.*}
"s3.#{region}.amazonaws.com.cn"
else
"s3-#{region}.amazonaws.com"
"s3.#{region}.amazonaws.com"
end
end