Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws s3api get-bucket-location doesnt return anything #345

Closed
AlexanderThaller opened this issue Sep 11, 2013 · 4 comments
Closed

aws s3api get-bucket-location doesnt return anything #345

AlexanderThaller opened this issue Sep 11, 2013 · 4 comments
Labels
bug This issue is a bug.

Comments

@AlexanderThaller
Copy link

When I run aws s3api get-bucket-location --bucket mytestbucket I don't get anything back (but the return value is 0).

I'm using the following version:

aws-cli/1.0.0 Python/2.7.3 Linux/3.2.0-53-generic-pae

@ghost ghost assigned garnaat Sep 11, 2013
@quiver
Copy link
Contributor

quiver commented Oct 18, 2013

If you run with --debug option, you can see that http response status is 200 and valid xml body is returned.
It's just that xml response body is not handled correctly.

@biochimia
Copy link

I opened a pull request to botocore with a proposed fix here: boto/botocore#213

@jamesls
Copy link
Member

jamesls commented Jan 16, 2014

Should be fixed now that boto/botocore#213 has been merged.

@bennlich
Copy link

bennlich commented Oct 5, 2015

I'm still having this issue with aws-cli/1.2.9 Python/3.4.0 Linux/3.13.0-44-generic

thoward-godaddy pushed a commit to thoward-godaddy/aws-cli that referenced this issue Feb 12, 2022
Update debug flags to match latest on live Lambda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug.
Projects
None yet
Development

No branches or pull requests

6 participants