velero/pkg/cloudprovider/aws
Bastian Hofmann 8bbfc538f1 AWS: Ensure that the order returned by ListObjects is consistent
When a backup is deleted, the delete method uses ListObjects to get a list of
files it needs to delete in s3. Different s3 implementations may return
the object lists in different, even non-deterministic orders, which can
result in the deletion not working because ark tries to delete a non empty folder
before it tries to delete the files in the folder.

Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
2018-10-30 20:38:47 +01:00
..
block_store.go Run 'make update' to update formatting 2018-10-23 13:08:42 -04:00
block_store_test.go Run 'make update' to update formatting 2018-10-23 13:08:42 -04:00
helpers.go Run 'make update' to update formatting 2018-10-23 13:08:42 -04:00
helpers_test.go check s3URL scheme upon AWS ObjectStore Init() 2018-07-24 14:01:05 -04:00
object_store.go AWS: Ensure that the order returned by ListObjects is consistent 2018-10-30 20:38:47 +01:00