What's the best practice for Accessing S3 Pre signed url using custom domain name

0

When we create a preSigned url using the java sdk , The url contains the bucket name "https://bucketName.s3.region.amazonaws.com/objectkey?X-Amz-Security-Token=********"

How ever we would like it be our domain name instead of exposing the buckname and on amazonaws.com like : "https://mydomain.com/objectkey?X-Amz-Security-Token=********"

What is the best way to achieve this ?

asked 2 years ago1619 views
1 Answer
-1

Maybe AWS S3 + CloudFront + Custom Domain/SSL + Signed URL instead?

RoB
answered 2 years 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