Handling of avatar images in public S3 repos

0

In our startup, we want to store the user and group avatar images in a public S3 bucket, such that everyone with the respective link can access them.

What do I have to do to make it legal?

Is there a more elegant way to do it?

1 回答
1

We can't provide legal advice here - you must seek your own legal counsel to determine what works for you and your users in your jurisdiction.

As far as storing images in S3: Absolutely. I'd also add CloudFront as caching layer.

The question is: Do you need to restrict access to the images? If so, Lambda@Edge or CloudFront Functions might be appropriate.

profile pictureAWS
专家
已回答 4 个月前
profile pictureAWS
专家
已审核 4 个月前

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

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

回答问题的准则

相关内容