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

https://github.com/lino-levan/fresh_s3_upload

A small demo for uploading files to s3 using fresh
https://github.com/lino-levan/fresh_s3_upload

aws deno fresh s3 s3-bucket

Last synced: 2 months ago
JSON representation

A small demo for uploading files to s3 using fresh

Awesome Lists containing this project

README

          

# Fresh S3 Upload Demo

A quick demo to show file uploads with Fresh. Make sure to set the environment
variables and rename `.example.env` to `.env`. Other than that, it should work
out of the box.

### Usage

Start the project:

```
deno task start
```

This will watch the project directory and restart as necessary.