source-cooperative / source-cooperative/docs.source.coop
Add instructions for authenticating using the AWS CLI and deleting files
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 2
- Avg merge
- 25m
- Merged PRs (30d)
- 2
Description
https://docs.source.coop/data-proxy#using-the-aws-cli currently only describes unauthenticated access, and listing of directories.
Add instructions for authenticating and modifying the contents (upload, delete, etc.)
For example:
- View Credentials
- Switch to the Environment Variables tab, and copy the export statements.
- Open a terminal
- Paste in the export statements
- Run a command that modifies the files in the bucket:
aws s3 rm s3://us-west-2.opendata.source.coop/tyler/test-files/ --recursive
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start at the existing docs.source.coop/data-proxy#using-the-aws-cli section, which currently covers unauthenticated access and directory listing. Add the credential setup steps from the Environment Variables tab and examples for authenticated uploads and deletions, including the recursive removal command shown in the issue. Done means the page clearly explains how to modify bucket contents with the AWS CLI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws
- Domain
- cloud, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100