mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix UploadRecovery
from S3 fails with bucket name containing sub-folder.
This commit is contained in:
@@ -165,7 +165,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