remind101 / stacker_blueprints

DEPRECATED - moved to:
https://github.com/cloudtools/stacker_blueprints
BSD 2-Clause "Simplified" License
39 stars 53 forks source link

Add *Acl permissions in RW buckets #150

Closed Lowercases closed 6 years ago

Lowercases commented 6 years ago

Adds GetObjectAcl, PutObjectAcl and some others into RW s3 buckets in s3.py.

Also refactors the RW permissions to extend from the RO permissions, to avoid duplication and different sets of permissions -- for example, RO had GetObjectAcl but RW hadn't.

Also add a test for s3.py.