- changed status to open
[s3boto] Boto 1.9 breakage
With Boto 1.9, the key retrieval stuff works a little differently than in past versions (from what I could tell). This results in some exceptions being thrown when writing to a Key that doesn't exist yet (IE: Creating, writing to, and closing a file as per the documentation examples).
Added to this, a few of the Boto methods changed signatures slightly. This breaks s3boto.
Sorry for the lack of specifics. I looked at it briefly and moved on.
Comments (7)
-
David Larlet
-
I believe this could be an issue with Boto 2.0a2 released a few weeks ago. It makes creating new boto files according to the docs not work.
- Adamnelson (can't login to the welldev BitBucket for some reason)
-
BeProud
Could you try the current default branch? I'm using the default branch with boto 2.0a2 without any real issues. Could you try it out and let us know?
-
BeProud
-
assigned issue to
Ian Lewis
-
assigned issue to
-
Ian Lewis
- changed title to [s3boto] Boto 1.9 breakage
-
Ian Lewis
-
assigned issue to
Ian Lewis
-
assigned issue to
-
Ian Lewis
- changed status to resolved
I've been using boto 2.0 for a while and it seems to work fine for me. If this is still an issue please create a new issue with the specific errors you are getting.
- Log in to comment »
Well, I can't test that by myself so I really need a patch if you think it's broken. Thanks for the report.