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