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
- Host: GitHub
- URL: https://github.com/lino-levan/fresh_s3_upload
- Owner: lino-levan
- License: mit
- Created: 2023-03-07T16:45:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T17:46:17.000Z (over 3 years ago)
- Last Synced: 2025-03-19T20:04:59.129Z (over 1 year ago)
- Topics: aws, deno, fresh, s3, s3-bucket
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.