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
- Host: GitHub
- URL: https://github.com/manoj-m-01/aws-s3-presigned-url
- Owner: MANOJ-M-01
- Created: 2024-11-06T20:44:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T20:53:52.000Z (6 months ago)
- Last Synced: 2025-01-14T02:47:00.689Z (4 months ago)
- Topics: aws, expressjs, restifyjs, s3-bucket
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=
```