s3 client is missing put object ACL
Bug #919433 reported by
DreamHost
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
txAWS |
Fix Released
|
Medium
|
Duncan McGreggor |
Bug Description
Unless I'm missing something, it appears that txAWS does not support setting the ACL for an object (only a bucket).
There was a related issue, bug #641620, that added support for the following:
* get_bucket_acl
* put_bucket_acl
* get_object_acl
but seems to have missed put_object_acl.
The PUT object acl RESTful interface is defined here:
http://
Related branches
lp:~oubiwann/txaws/919433-missing-put-object-acl
- Thomas Herve: Approve
-
Diff: 73 lines (+44/-1)3 files modifiedtxaws/s3/client.py (+10/-0)
txaws/s3/tests/test_client.py (+33/-0)
txaws/version.py (+1/-1)
Changed in txaws: | |
assignee: | nobody → Duncan McGreggor (oubiwann) |
Changed in txaws: | |
status: | New → In Progress |
Changed in txaws: | |
importance: | Undecided → Medium |
Changed in txaws: | |
milestone: | none → 0.3 |
Changed in txaws: | |
status: | In Progress → Fix Committed |
Changed in txaws: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.