-
Notifications
You must be signed in to change notification settings - Fork 14
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
Allow all origins for presigned URL #93
Comments
JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-1159 |
Is there any update on this issue? Can this be expedited please? We need it on priority. |
Hi @shellygoelisobar , we are still evaluating the request and will not expedite anything until that. What is the concrete use-case behind the request, and have you evaluated any possible workaround meanwhile? cc @sarahxxu |
@meryllblanchet |
@shellygoelisobar this is already part of the technical solution to me. If we speak about larger files, I am afraid that you might consider |
@meryllblanchet We get a server error on uploading directly through the runtime action and seems like the file is lost even though smaller than 1MB size. Let me give it a try again and come back to you. |
@shellygoelisobar, let's also ping @duynguyen in case you need some more feedback related to the issue you're facing. |
@meryllblanchet : we have a different use-case where we want previously uploaded files via |
Same issue as other posters.. What's the latest on this? Response size of 1 MB is not enough - so we can use presigned urls instead. But CORS prevents us from using presigned urls. So how do I get access to the contenst of my file (if >1MB)? At that point, what is the purpose of presigned urls anyways if you cannot access it outside the app builder ecosystem like within another action? |
Hi @amol-anand, |
One of the biggest advantages of presigned URL for files is to allow uploading files directly from the client / browser. The client could be the Firefly SPA (React spectrum) or a 3rd party site. However, it is currently not possible to make
fetch
requests from client-side javascript to the presigned URL (on storage CDN: https://firefly.azureedge.net/) due to CORS blocking.Expected Behaviour
The file should be uploaded to the presigned URL.
Actual Behaviour
The text was updated successfully, but these errors were encountered: