DEV: `S3Inventory#unsorted_files` should always return an array (#8034)
This commit is contained in:
parent
1f118b1309
commit
68708db721
|
@ -265,6 +265,7 @@ class S3Inventory
|
|||
objects
|
||||
rescue Aws::Errors::ServiceError => e
|
||||
log("Failed to list inventory from S3", e)
|
||||
[]
|
||||
end
|
||||
|
||||
def inventory_id
|
||||
|
|
Loading…
Reference in New Issue