-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
https://aws.github.io/aws-amplify/media/storage_guide questions #738
Comments
Hi @kaihendry
It is currently not supported. Amplify leverages the aws-sdk-js package and that one supports it, so it should be doable in Amplify
[Pending reponse]
Yes, this is currently supported in Amplify. Take a look at this repo with a sample app that does that using amplify https://github.com/aws-samples/aws-amplify-graphql
Currently, for files bigger than 5mb, the underlying aws-sdk-js uses multipart upload |
Thank you for answering my questions!
Does multipart upload work from the client side browser? Can it for example resume? |
It looks like there's an issue with multipart upload on the client side. Would very much interested in knowing a workaround for this issue |
We have a feature-request for better multi-part upload support, tracking on: |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
I can't find a place to ask questions about Amplify and its storage API, so here goes:
The text was updated successfully, but these errors were encountered: