mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
B #-: Don't puts "create" when making new bucket (#1354)
(cherry picked from commit a238c3462dcaa7bc597af0bd2512ae1cb6eef22b)
This commit is contained in:
parent
5020caef0e
commit
42d9552263
@ -35,7 +35,6 @@ class S3
|
||||
:bucket => @bucket
|
||||
})
|
||||
rescue Aws::S3::Errors::NotFound
|
||||
puts "create"
|
||||
@client.create_bucket({
|
||||
:bucket => @bucket
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user