Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/weebnetsu/aws-large-file-upload-example

Example of uploading large files in multiple parts to S3 from React client + Server
https://github.com/weebnetsu/aws-large-file-upload-example

aws aws-s3 javascript meteor meteorjs meteorjs-application react reactjs s3-client typescript

Last synced: 5 days ago
JSON representation

Example of uploading large files in multiple parts to S3 from React client + Server

Awesome Lists containing this project

README

        

# AWS Large File Upload Example

This is a simple example showing you how to do multi-part file uploads in JavaScript (React/Meteor.js/Node.js) for AWS S3, with their modern aws-sdk.

## Running

1. Create a settings.json with the following content

```json
{
"AWSAccessKeyId": "Your AWS Access Key Id",
"AWSSecretAccessKey": "Secret Key Id"
}
```

2. Change your AWS details in `imports/api/aws/methods.ts`
3. Make sure your permissions are open on AWS (or you may get an Access Denied error)
4. Run `meteor --settings settings.json` to start the server

## Tutorial

You can watch the YouTube tutorial right here: [YouTube](https://youtu.be/SQWJ_goOxGs)

---

If you want to support the work I do, please consider donating to me on one of these platforms:

[liberapay](https://liberapay.com/stevesteacher/)
[kofi](https://ko-fi.com/stevesteacher)
[patreon](https://www.patreon.com/Stevesteacher)
[paypal](https://www.paypal.com/donate/?hosted_button_id=P9V2M4Q6WYHR8)