Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify that presigned URLs are generated locally #251

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

nathanl
Copy link
Contributor

@nathanl nathanl commented Mar 21, 2024

Clarify that presigned URLs are generated locally.

I need to generate multiple of these for a page load. Initially I assumed that this operation had to contact AWS and was looking for a way to request a batch of presigned URLs. But having experimented and looked at the code, I see that this is a local operation, so I can just map over the objects. I thought that was worth noting in the docs.

Clarify that presigned URLs are generated locally
@nathanl nathanl changed the title Update s3.ex Clarify that presigned URLs are generated locally Mar 21, 2024
@bernardd
Copy link
Contributor

Nice, thanks @nathanl!

@bernardd bernardd merged commit e21d638 into ex-aws:main Mar 21, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants