Skip to content

Commit

Permalink
Fixed example with predefined_acl
Browse files Browse the repository at this point in the history
  • Loading branch information
vimutter committed Apr 26, 2018
1 parent a652b02 commit cad7ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/storage_json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test

puts "Put a bucket..."
puts "----------------"
connection.put_bucket("fog-smoke-test", options = { "predefinedAcl" => "publicReadWrite" })
connection.put_bucket("fog-smoke-test", predefined_acl: "publicReadWrite")

puts "Get the bucket..."
puts "-----------------"
Expand Down

0 comments on commit cad7ca9

Please sign in to comment.