mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 03:55:41 +08:00
Fix UploadRecovery
from S3 fails with bucket name containing sub-folder.
This commit is contained in:
parent
d8fa7fbbab
commit
ac52d8d3c7
@ -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, "")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user