-
Notifications
You must be signed in to change notification settings - Fork 201
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
Making the bucket serve publicUrl
and signedUrl
using an express server on sim
target
#4143
Comments
Hi, This issue hasn't seen activity in 60 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. |
Hi, This issue hasn't seen activity in 60 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. |
Hi, This issue hasn't seen activity in 90 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. |
Hi, This issue hasn't seen activity in 90 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. |
We recently added support for bucket signed URLs on the simulator, but when the bucket is public, the URL that the user used to upload the file can't also be used to view the file due to this limitation. Updating the existing express server we added so that it can also be used to view files (and updating the |
Congrats! 🚀 This was released in Wing 0.85.10. |
Feature Spec
Strongly related to: #4137 (better to complete that one first/ during the work on this issue)
This task has two parts-
signedUrl
method for thesim
target:One way to do it will be:
(any other ways are welcome!!)
Use Cases
signedUrl
andpublicUrl
will work properly on the sim target.Implementation Notes
No response
Component
SDK
Community Notes
The text was updated successfully, but these errors were encountered: