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

Can we upload to directly s3? #90

Open
awolad opened this issue Apr 13, 2020 · 1 comment
Open

Can we upload to directly s3? #90

awolad opened this issue Apr 13, 2020 · 1 comment

Comments

@awolad
Copy link

awolad commented Apr 13, 2020

I want to upload directly s3 bucket. Not creating chunk in local storage and then merge and then upload to s3.

@peinhu
Copy link
Owner

peinhu commented Apr 13, 2020

I'm afraid we can't, the package only works with the local storage. But if the aws s3 supports the REST API, then you are able to upload the file with some encrypted signatures by javascript or ajax. I've done this before but the cloud service host was not aws s3.

Maybe these links below could help:
https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingRESTAPImpUpload.html
https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingHTTPPOST.html
https://docs.aws.amazon.com/AmazonS3/latest/dev/using-aws-amplify.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants