Is it bad to create pre-signed URLs every time for frequently S3 object access?

0

Previously I have asked a question about s3 presigned URL. One expert replied that s3 presigned urls are only for download purpose. He said Typically we recommend to generate the presigned URLs only when you want to download the object.. I just want to access s3 objects frequently with presigned URLs.

1 Answer
1
Accepted Answer

Hi Amplify_lover,

Presigned URLs are typically used for download purposes, but they can also be used for upload.

That said, there isn't any cost associated with presigned urls so there isn't a problem with generating many of them, so if it suits your use-case, use it to your heart's content!

AWS
answered a year ago
profile pictureAWS
EXPERT
kentrad
reviewed a year ago
  • I mean can I create billion times presigned URL per day per object and let's say my bucket has 10 billions objects. In one day I will be creating 10billions X 1billion presinged URLs and in a month 10billions X 1billion X 30days

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