You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-boto/SOURCES/boto-2.40.0-aws-exec-read.p...

14 lines
529 B

Index: boto-2.40.0/boto/s3/acl.py
===================================================================
--- boto-2.40.0.orig/boto/s3/acl.py
+++ boto-2.40.0/boto/s3/acl.py
@@ -25,7 +25,7 @@ from boto.s3.user import User
CannedACLStrings = ['private', 'public-read',
'public-read-write', 'authenticated-read',
'bucket-owner-read', 'bucket-owner-full-control',
- 'log-delivery-write']
+ 'log-delivery-write', 'aws-exec-read']
class Policy(object):