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
I was trying to delete a directory called foo, but if I passed s3://bucket/foo/, it would not proceed, and if I passed s3://bucket/foo it would also delete s3://bucket/foo2
I worked around it by deleting s3://bucket/foo/1, s3://bucket/foo/2 and so-forth for every first character.
Two possible solutions: allow trailing slashes, or assuming a trailing slash after the input (i.e. don't delete partial paths).
The text was updated successfully, but these errors were encountered:
I was trying to delete a directory called
foo
, but if I passeds3://bucket/foo/
, it would not proceed, and if I passeds3://bucket/foo
it would also deletes3://bucket/foo2
I worked around it by deleting
s3://bucket/foo/1
,s3://bucket/foo/2
and so-forth for every first character.Two possible solutions: allow trailing slashes, or assuming a trailing slash after the input (i.e. don't delete partial paths).
The text was updated successfully, but these errors were encountered: