source-cooperative / source-cooperative/data.source.coop
[Proposed Feature] Implement ListBucket Endpoint
@navdeepg2021 is already working on this.
Since Nov 16, 2024.
- Dominant language
- Rust
- Stars
- 24
- Forks
- 6
- Avg merge
- 1h 32m
- Merged PRs (30d)
- 1
Description
Description of Feature:
Currently we don't implement the S3 "ListBucket" operation which causes some confusion when running the aws s3 ls command (#15). We should implement this endpoint and the natural response for this operation should include all of the Source Cooperative accounts which have repositories as bucket responses.
For example: there are three repositories on Source Cooperative (foo/bar, hello/world, and radiantearth/landcovernet).
The response should be something like this:
> aws s3 ls
2020-06-30 19:31:19 foo
2023-01-02 14:12:41 hello
2024-11-09 17:20:43 radiantearth
What value is this feature adding to Source Cooperative?
Users can navigate the entirety of the Source Cooperative collection of repositories using simple the AWS CLI
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.