Activity log for bug #919535

Date Who What changed Old value New value Message
2012-01-21 06:42:14 DreamHost bug added bug
2012-01-21 06:42:32 DreamHost bug added subscriber DreamObjects Team
2012-01-21 06:43:30 DreamHost description I couldn't find canned ACLs mentioned in the s3 code, and grep'ing the source tree didn't reveal anything. Let me know if I missed something... I couldn't find canned ACLs mentioned in the s3 code, and grep'ing the source tree didn't reveal anything. Docs: http://docs.amazonwebservices.com/AmazonS3/2006-03-01/dev/CannedACL.html Let me know if I missed something...
2012-01-23 17:16:37 Duncan McGreggor txaws: milestone 0.3
2012-01-23 17:16:41 Duncan McGreggor txaws: assignee Duncan McGreggor (oubiwann)
2012-01-23 17:16:44 Duncan McGreggor txaws: importance Undecided Medium
2012-01-25 07:27:21 Duncan McGreggor description I couldn't find canned ACLs mentioned in the s3 code, and grep'ing the source tree didn't reveal anything. Docs: http://docs.amazonwebservices.com/AmazonS3/2006-03-01/dev/CannedACL.html Let me know if I missed something... I couldn't find canned ACLs mentioned in the s3 code, and grep'ing the source tree didn't reveal anything. Docs:   http://docs.amazonwebservices.com/AmazonS3/2006-03-01/dev/CannedACL.html "Amazon S3 supports a set of predefined ACLs, known as canned ACLs. Each canned ACL has a predefined a set of grantees and permissions. You specify a canned ACL in your request using the x-amz-acl request header. When Amazon S3 receives a request with a canned ACL in the request, it adds the predefined grants to the ACL of the resource. The following table lists the set of canned ACLs and the associated predefined grants." Canned ACL Names: * private * public-read * public-read-write * authenticated-read * bucket-owner-read * bucket-owner-full-control * log-delivery-write "When creating an object or a bucket, you cannot specify an ACL. instead, you can specify the canned ACL."