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

[Storage] Add storage user #539

Merged
merged 3 commits into from
Nov 26, 2024
Merged

[Storage] Add storage user #539

merged 3 commits into from
Nov 26, 2024

Conversation

nezaj
Copy link
Contributor

@nezaj nezaj commented Nov 25, 2024

Still working on the storage PR but felt wanted to ship this separately to users earlier.

Created a an IAM user specifically for S3 privileges and supply it's credentials for generating signed urls

Copy link

View Vercel preview at instant-www-js-fix-expiration-jsv.vercel.app.

(s3/generate-presigned-url {:method :put
:bucket-name bucket-name
:key object-key})))
(s3/generate-presigned-url
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we make this optional so that people who get this working on OSS won't have to set up the access keys if they don't want to?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Copy link
Contributor

@dwwoelfel dwwoelfel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment, but LGTM!

@nezaj nezaj merged commit 81a8b35 into main Nov 26, 2024
27 checks passed
@nezaj nezaj deleted the fix-expiration branch November 26, 2024 19:59
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