lib/s3_secure/access_logs/show.rb in s3-secure-0.5.0 vs lib/s3_secure/access_logs/show.rb in s3-secure-0.5.1
- old
+ new
@@ -1,10 +1,10 @@
class S3Secure::AccessLogs
class Show < Base
def run
- puts "Bucket ACL:"
+ say "Bucket ACL:"
pp bucket_acl_grants
- puts "Bucket Logging:"
+ say "Bucket Logging:"
pp bucket_logging
end
def bucket_logging
# Tricky here, need to swtich the s3 client in case target_bucket is in another region