test/test_out_s3.rb in fluent-plugin-s3-0.5.10 vs test/test_out_s3.rb in fluent-plugin-s3-0.5.11
- old
+ new
@@ -258,11 +258,11 @@
%[2011-01-02T13:14:15Z\ttest\t{"a":2}\n],
data
pathname.to_s.match(%r|s3-|)
},
- {:content_type => "application/x-gzip", :reduced_redundancy => false})
+ {:content_type => "application/x-gzip", :reduced_redundancy => false, :acl => :private})
# Assert the key of S3Object, which event logs are stored in
s3obj_col = flexmock(AWS::S3::ObjectCollection)
s3obj_col.should_receive(:[]).with(
on { |key|
@@ -305,10 +305,10 @@
%[2011-01-02T13:14:15Z\ttest\t{"a":2}\n],
data
pathname.to_s.match(%r|s3-|)
},
- {:content_type => "application/x-gzip", :reduced_redundancy => false})
+ {:content_type => "application/x-gzip", :reduced_redundancy => false, :acl => :private})
# Assert the key of S3Object, which event logs are stored in
s3obj_col = flexmock(AWS::S3::ObjectCollection)
s3obj_col.should_receive(:[]).with(
on { |key|