Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/azure_blob_store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ def remove_file(url, path)
source_blob_name)
# delete the file
blob_service.delete_blob(azure_blob_container, source_blob_name)
rescue StandardError => exception
Rails.logger.warn("Blob can not be moved to tombstone: #{exception}\nUrl: #{url}\nBlob: #{source_blob_name}")
end

def has_been_uploaded?(url)
Expand Down