1
0
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:
Jan Orel 2021-07-09 13:10:55 +02:00 committed by Ruben S. Montero
parent 5020caef0e
commit 42d9552263
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -35,7 +35,6 @@ class S3
:bucket => @bucket
})
rescue Aws::S3::Errors::NotFound
puts "create"
@client.create_bucket({
:bucket => @bucket
})