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

https://github.com/manoj-m-01/aws-s3-presigned-url

s3 pre-signed URL in express and restify
https://github.com/manoj-m-01/aws-s3-presigned-url

aws expressjs restifyjs s3-bucket

Last synced: 3 months ago
JSON representation

s3 pre-signed URL in express and restify

Awesome Lists containing this project

README

        

### Requirement

- `Node v23.1.0`
- AWS Credentials

### URL

- http://localhost:3000/
- http://localhost:3000/s3/Report%20Flow.drawio.png
- http://localhost:3000/assets/0.jpg
- http://localhost:3000/s3/assets/0.jpg
- http://localhost:3000/s3/assets/1.jpg

### ENV

```env
AWS_REGION=
AWS_S3_BUCKET=
AWS_ACCESS_KEY_ID=
AWS_SECRET_KEY=
```