Fix batch attachment deletion when using OpenStack Swift (#27554)

This commit is contained in:
Claire 2023-10-25 15:55:57 +02:00 committed by GitHub
parent a4e6fe36cb
commit 235a4cfdc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ class AttachmentBatch
end
when :fog
logger.debug { "Deleting #{attachment.path(style)}" }
attachment.directory.files.new(key: attachment.path(style)).destroy
attachment.send(:directory).files.new(key: attachment.path(style)).destroy
when :azure
logger.debug { "Deleting #{attachment.path(style)}" }
attachment.destroy