Fix UploadRecovery from S3 fails with bucket name containing sub-folder.
This commit is contained in:
parent
158662519d
commit
b1b9faeae6
@ -95,7 +95,7 @@ class UploadRecovery
|
||||
if key =~ /#{sha1}/
|
||||
tombstone_prefix = FileStore::S3Store::TOMBSTONE_PREFIX
|
||||
|
||||
if key.starts_with?(tombstone_prefix)
|
||||
if key.include?(tombstone_prefix)
|
||||
old_key = key
|
||||
key = key.sub(tombstone_prefix, "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user