Is it possible to erase buckets with s4cmd?
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 209
- PR merge metrics
- No merged PRs in 30d
Description
The del command works only with files for me, but nor for (empty) buckets.
```
$ s4cmd del s3://testbucket/
$ s4cmd ls
2019-06-21 08:08 DIR s3://testbucket/
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the s4cmd del command and trace how it handles the s3://testbucket/ argument, then check the existing command tests if available. Done means an empty bucket can be erased with this command and no longer appears in s4cmd ls output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100