1 Answer
- Newest
- Most votes
- Most comments
1
Hi there,
You can use expires
option in the Storage.get
[1] call but the maximum time is seven days[2]. So you might not want to persist that. Typically we recommend to generate the presigned URLs only when you want to download the object.
answered 2 years ago
Relevant content
- Accepted Answerasked a year ago
- asked a year ago
- asked a year ago
- asked 3 years ago
- How do I resolve the IAM credentials error "The security token included in the request isn’t valid"?AWS OFFICIALUpdated 21 days ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 20 days ago
Then how to access urls? should I make my bucket completely public?