This commit is contained in:
24c02 2026-02-03 13:32:50 -05:00
parent ef79dabe59
commit 73b5aecf3a

View file

@ -89,5 +89,7 @@ class Upload < ApplicationRecord
def purge_blob
blob.purge
rescue Aws::S3::Errors::NoSuchKey
Rails.logger.info("Blob #{blob.key} already deleted from S3, skipping purge")
end
end