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

https://aws.github.io/aws-amplify/media/storage_guide questions #738

Closed
kaihendry opened this issue Apr 26, 2018 · 5 comments
Closed

https://aws.github.io/aws-amplify/media/storage_guide questions #738

kaihendry opened this issue Apr 26, 2018 · 5 comments
Assignees
Labels
question General question Storage Related to Storage components/category

Comments

@kaihendry
Copy link

I can't find a place to ask questions about Amplify and its storage API, so here goes:

  • Do you support S3 transfer acceleration?
  • Do you have any simple Lambda upload examples where credentials are assumed from the lambda role? Or is a Cognito configuration always required?
  • Do you support direct client side uploads to S3 from a browser?
  • Can you handle large videos when uploading?
@manueliglesias manueliglesias added the question General question label Apr 27, 2018
@manueliglesias
Copy link
Contributor

Hi @kaihendry

Do you support S3 transfer acceleration?

It is currently not supported. Amplify leverages the aws-sdk-js package and that one supports it, so it should be doable in Amplify

Do you have any simple Lambda upload examples where credentials are assumed from the lambda role? Or is a Cognito configuration always required?

[Pending reponse]

Do you support direct client side uploads to S3 from a browser?

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

Can you handle large videos when uploading?

Currently, for files bigger than 5mb, the underlying aws-sdk-js uses multipart upload

@kaihendry
Copy link
Author

Thank you for answering my questions!

Currently, for files bigger than 5mb, the underlying aws-sdk-js uses multipart upload

Does multipart upload work from the client side browser? Can it for example resume?

@jordanranz jordanranz added the Storage Related to Storage components/category label Jul 3, 2018
@M1chaelTran
Copy link

It looks like there's an issue with multipart upload on the client side.
The second part is cancelled when the first part response...
Since the second part got cancelled, a delete request is then sent out.

Would very much interested in knowing a workaround for this issue

@mlabieniec
Copy link
Contributor

We have a feature-request for better multi-part upload support, tracking on:
#61

@github-actions
Copy link

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 *-help channels or Discussions for those types of questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question General question Storage Related to Storage components/category
Projects
None yet
Development

No branches or pull requests

6 participants