download restricted s3 bucket object

0

Can S3 bucket objects or images be prevented from being downloaded through a web browser?"

Kamrul
已提问 8 个月前344 查看次数
1 回答
0

I don't think so.

The only way to deny download is by denying the s3:GetObject action either on IAM Policies or S3 Bucket Policies.

You can then deny for specific user, group or role through IAM Policies by simpling attaching the policy to the identity you want to or in S3 Bucket Policies using the "Principal" keyword. You can yet combine these with specific conditions and deny only for a principal under specific conditions, but there is not a condition which evaluates if the operation is performed through console or cli or sdk or the API.

Check here for all s3 available conditions.

You could deny every identity which has console access from downloading files and provide them with a role to for them to use to donwload through CLI or SDK.

Hope this helps you, let me me know if I can still help.

已回答 8 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则