Can't get all available buckets.
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 209
- PR merge metrics
- No merged PRs in 30d
Description
I try to use s4cmd as a s3cmd, something like this:
./s4cmd -p /home/user/.s3cfg ls s3
i see my bucket's list
./s4cmd -p /home/user/.s3cfg-n ls s3
[Invalid Argument] Invalid parameter: s3, s3 path expected
./s4cmd -p /home/user/.s3cfg-n ls s3://\*
[Errno -2] Name or service not known
[Errno -2] Name or service not known thread(s)]
[Errno -2] Name or service not known thread(s)]
How can I get all my buckets?
Contributor guide
No contributing guide indexed for this repository
Research direction
No file, test, or entry point is named. Reproduce the two `s4cmd ls` commands from the issue, then trace how `ls` parses S3 paths and requests bucket listings; done means a supported way to list all available buckets is identified and covered by an appropriate test or documented behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100