lib/heirloom/acl/s3.rb in heirloom-0.6.1 vs lib/heirloom/acl/s3.rb in heirloom-0.7.0rc1

- old
+ new

@@ -26,10 +26,10 @@ grants = build_bucket_grants :id => id, :name => name, :accounts => accounts accounts.each do |a| - logger.info "Authorizing #{a} to s3://#{bucket}/#{key}." + logger.debug "Authorizing #{a} to s3://#{bucket}/#{key}." end s3.put_object_acl bucket, key, grants end private