Make public bucket #201
kevincerro
started this conversation in
Constructs
Replies: 2 comments 1 reply
-
Hi @kevincerro, No it wouldn't be possible with this construct. It was designed for private file storage, not public. |
Beta Was this translation helpful? Give feedback.
1 reply
-
💚 Now this can be done with storage extensions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As docs says:
By default, all the Lambda functions deployed in the same serverless.yml file will be allowed to read/write into the bucket.
¿What if you need to make these resources publicly accessible?
Imagine that users can upload a profile picture and others must have access to view these profile pictures.
One solution can be generating presignedUrls but at this moment I cannot implement this.
This is what I do without lift in other projects:
¿Is possible to archive this with current lift implementation?
With lift I do:
Beta Was this translation helpful? Give feedback.
All reactions