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

s3api put-bucket-lifecycle request null prefix marshalled into "None" instead of empty string #660

Closed
stephenzsy opened this issue Feb 20, 2014 · 1 comment

Comments

@stephenzsy
Copy link

s3api put-bucket-policy --lifecycle-configuration '
{"Rules" : [ {
...
Prefix: "",
...
]}'

s3api get-bucket-policy
{"Rules" : [ {
...
Prefix: null,
...
]}

s3api put-bucket-policy --lifecycle-configuration '
{"Rules" : [ {
...
Prefix: null,
...
]}'

s3api get-bucket-policy
{"Rules" : [ {
...
Prefix: "None",
...
]}

@jamesls
Copy link
Member

jamesls commented Feb 20, 2014

I believe this is a dupe of #637 and fixed in boto/botocore#229

This will go out in the next CLI release.

@jamesls jamesls closed this as completed Feb 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants