Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Add missing canned-acl 'log-delivery-write' string
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas O'Dowd committed Mar 8, 2012
1 parent 6b2cab5 commit e6b4c88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boto/s3/acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@

CannedACLStrings = ['private', 'public-read',
'public-read-write', 'authenticated-read',
'bucket-owner-read', 'bucket-owner-full-control']
'bucket-owner-read', 'bucket-owner-full-control',
'log-delivery-write']


class Policy:
Expand Down

0 comments on commit e6b4c88

Please sign in to comment.