Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodneylab/sveltekit-s3-multipart-upload
SvelteKit S3 Multipart Upload: how you can upload large files, such as video to your S3 compatible storage provider using presigned URLs.
https://github.com/rodneylab/sveltekit-s3-multipart-upload
cloud-storage multipart-uploads presignedurl s3-compatible svelte sveltekit
Last synced: 4 days ago
JSON representation
SvelteKit S3 Multipart Upload: how you can upload large files, such as video to your S3 compatible storage provider using presigned URLs.
- Host: GitHub
- URL: https://github.com/rodneylab/sveltekit-s3-multipart-upload
- Owner: rodneylab
- License: bsd-3-clause
- Created: 2021-11-18T12:54:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T05:49:28.000Z (5 months ago)
- Last Synced: 2024-06-05T06:52:32.343Z (5 months ago)
- Topics: cloud-storage, multipart-uploads, presignedurl, s3-compatible, svelte, sveltekit
- Language: JavaScript
- Homepage:
- Size: 689 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
SvelteKit S3 Multipart Upload# sveltekit-s3-multipart-upload
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/rodneylab/sveltekit-s3-multipart-upload)
Demo code for multipart upload using S3 compatible storage with SvelteKit. The code accompanies the video on uploading larger files to S3 compatible storage using a SvelteKit app. If you have any questions, please drop a comment at the bottom of that page.
## Building and previewing the site
If you're seeing this, you've probably already done this step. Congrats!
```bash
git clone https://github.com/rodneylab/sveltekit-s3-multipart-upload.git
cd sveltekit-s3-multipart-upload
pnpm install # or npm install
pnpm run dev
```## Building
```bash
pnpm run build
```> You can preview the built app with `pnpm run preview`, regardless of whether you installed an adapter. This should _not_ be used to serve your app in production.
Feel free to jump into the [Rodney Lab matrix chat room](https://matrix.to/#/%23rodney:matrix.org).