AlexsLemonade / AlexsLemonade/refinebio
Lock down S3 buckets
- Dominant language
- Python
- Stars
- 135
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
### Context
It's possible to download objects from our S3 buckets if you the URL to the object, despite the permissions to list the contents of S3 buckets being locked down.
### Problem or idea
We should make it so that you need to have permissions to the data to download it, for legal reasons.
### Solution or next step
However will want people to be able to pull data from those buckets eventually, a prime example of this is transcriptome indices. I think this is the strategy @Miserlou mentioned for enabling that: https://docs.aws.amazon.com/STS/latest/APIReference/Welcome.html
### New Issue Checklist
- [x] The title is short and descriptive.
- [x] You have explained the context that led you to write this issue.
- [x] You have reported a problem or idea.
- [x] You have proposed a solution or next step.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.