This commit is contained in:
Joey Hess 2015-04-24 21:26:26 -04:00
parent 53e8be7693
commit f7490dce44

View file

@ -0,0 +1,22 @@
[[!comment format=mdwn
username="joey"
subject="""comment 16"""
date="2015-04-25T01:18:51Z"
content="""
Investigating further, when I create a bucket with the AWS library
in ap-southeast-2, `s3cmd info` shows it is located there.
When I create a bucket with hS3 in ap-southeast-2, I get this
interesting output:
joey@darkstar:~>s3cmd info s3://s3-43302240-076c-4420-8099-f2ef0b517e5f
s3://s3-43302240-076c-4420-8099-f2ef0b517e5f/ (bucket):
Location: ap-southeast-2
WARNING: Redirected to: s3-43302240-076c-4420-8099-f2ef0b517e5f.s3-ap-southeast-2.amazonaws.com
Expiration Rule: none
policy: none
ACL: joeyhess: FULL_CONTROL
So, it's apparently in the datacenter I asked for when making it,
but here's a redirect again.
"""]]