You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now clearAndDelete command calls to listObjectsV2 to list all the objects and remove them.
However, this could be a very long list, so in order to fix this command, we need to do an iterative process by listing all the objects until the bucket is empty, before removing it.
The text was updated successfully, but these errors were encountered:
Right now clearAndDelete command calls to
listObjectsV2
to list all the objects and remove them.However, this could be a very long list, so in order to fix this command, we need to do an iterative process by listing all the objects until the bucket is empty, before removing it.
The text was updated successfully, but these errors were encountered: