mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 06:41:25 +08:00
DEV: Add 'backfill_etags_' to the method name since it also backfilling the etags
This commit is contained in:
@ -24,7 +24,7 @@ class S3Inventory
|
||||
end
|
||||
end
|
||||
|
||||
def list_missing
|
||||
def backfill_etags_and_list_missing
|
||||
if files.blank?
|
||||
error("Failed to list inventory from S3")
|
||||
return
|
||||
|
Reference in New Issue
Block a user