I'm trying to use the S3 API to get the location (region) of a bucket. I'm following the docs (http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETlocation.html)
and I've constructed the following request:
GET http://s3.amazonaws.com/?location
Host: bucketname.s3.amazonaws.com
Date: Thu, 03 Mar 2011 18:21:59 GMT
Authorization: AWS <my auth string>
But rather than getting a "LocationConstraint" XML response, I get the "ListAllMyBucketsResult" (which just lists all the buckets in my account).
What am I doing wrong? BTW, the bucket I'm testing against is located in the EU.