Issue #49 resolved
Assignee
Ian Lewis
Type
bug
Priority
major
Status
resolved
Component
Milestone
Version
Watchers
4

[s3boto] Boto 1.9 breakage

Greg Taylor avatarGreg Taylor created an issue

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)

    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)

  1. 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?

  2. Ian Lewis

    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.

  3. Log in to comment »
Tip: Filter by directory path e.g. /media app.js to search for public/media/app.js.
Tip: Use camelCasing e.g. ProjME to search for ProjectModifiedEvent.java.
Tip: Filter by extension type e.g. /repo .js to search for all .js files in the /repo directory.
Tip: Separate your search with spaces e.g. /ssh pom.xml to search for src/ssh/pom.xml.
Tip: Use ↑ and ↓ arrow keys to navigate and return to view the file.
Tip: You can also navigate files with Ctrl+j (next) and Ctrl+k (previous) and view the file with Ctrl+o.
Tip: You can also navigate files with Alt+j (next) and Alt+k (previous) and view the file with Alt+o.