Grant access to OHSU S3 bucket to HMS IAM role user
Closed this issue · 5 comments
jmuhlich commented
The ARN of our role user is as follows:
arn:aws:iam::292075781285:user/idp-import
jmuhlich commented
I can list and get objects, but not put. If that's the expected permissions then we're all set.
xdoan commented
I think that's expected, do you require put permissions?
xdoan commented
@jmuhlich just remembered that you're probably getting access denied because we require an extra flag when people put objects into buckets so we have full control over them: https://ncihtan.github.io/HTAN-Data-Ingress-Docs/programmatic-upload-aws-cli.html
jmuhlich commented
I didn't need put permissions, just testing the boundaries. Good to know about the docs for upload though. I think this is resolved.