fix typo in storagemanager/s3
This commit is contained in:
@@ -37,7 +37,7 @@ class StorageManager::S3 < StorageManager
|
||||
|
||||
def open(path)
|
||||
file = Tempfile.new(binmode: true)
|
||||
client.get_object(bucket: bucket: key: path, response_target: file)
|
||||
client.get_object(bucket: bucket, key: path, response_target: file)
|
||||
file
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user