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

S3 GetBucketPolicy returns Json #224

Closed
nhibberd opened this issue Sep 17, 2015 · 1 comment · Fixed by #226
Closed

S3 GetBucketPolicy returns Json #224

nhibberd opened this issue Sep 17, 2015 · 1 comment · Fixed by #226
Assignees
Labels

Comments

@nhibberd
Copy link
Collaborator

Seems to be the only S3 response return Json -- http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETpolicy.html.

@brendanhay brendanhay added the bug label Sep 17, 2015
@brendanhay brendanhay self-assigned this Sep 17, 2015
@brendanhay
Copy link
Owner

Pasting the discussion with @charleso:

So boto is just consuming the response body as a string and then you need to JSON parse it. (Or whatevers.)

The generator is not taking into account the payload + primitive type interplay here, so I'll fix that shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants