Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Rodney Lab sveltekit-s3-multipart-upload Github banner



Rodney Lab logo



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).