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 Answer
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
EXPERT
answered 3 months ago
profile pictureAWS
EXPERT
reviewed 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions