GitHub user coderanger opened a pull request:
https://github.com/apache/libcloud/pull/223
ACL support for S3 and Amazon token support
So this addresses two issues I filed
([LIBCLOUD-497](https://issues.apache.org/jira/browse/LIBCLOUD-497),
[LIBCLOUD-498](https://issues.apache.org/jira/browse/LIBCLOUD-498)).
The S3 ACL stuff seems solid and has a test, but I couldn't figure out how
to write a test for the token code. Any tips?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/coderanger/libcloud trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/223.patch
----
commit bba49087fe26ff55a3e8dcb9371ea9b905b88032
Author: Noah Kantrowitz <[email protected]>
Date: 2014-01-16T00:50:14Z
Add ACL support for Amazon uploads.
commit bf9b6a659a779676fbb182b58af3c24e0aa4c88a
Author: Noah Kantrowitz <[email protected]>
Date: 2014-01-16T08:18:15Z
Maybe support for AWS tokens, but I can't see how to write the test.
Hoping someone can help me with that.
----