Skip to content

recursiveDelete doesn't re-fetch container listings #11

@michielbdejong

Description

@michielbdejong

When you use recursiveDelete twice, it incorrectly uses the old container listings the second time.
For instance:

  • create foo/bar
  • recursiveDelete foo/ (correctly deletes foo/bar and then foo/)
  • create foo/baz
  • recursiveDelete foo/ (incorrectly tries to delete foo/bar and then foo/, instead of foo/baz and then foo/)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions