Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laardee/one-time-presigned-url
https://github.com/laardee/one-time-presigned-url
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/laardee/one-time-presigned-url
- Owner: laardee
- Created: 2019-05-03T09:01:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:40:46.000Z (almost 2 years ago)
- Last Synced: 2024-06-11T23:12:30.669Z (5 months ago)
- Language: JavaScript
- Size: 792 KB
- Stars: 60
- Watchers: 5
- Forks: 19
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Uploading Objects to S3 Using One-Time Presigned URLs
See [Uploading Objects to S3 Using One-Time Presigned URLs @ Medium](https://medium.com/@laardee/uploading-objects-to-s3-using-one-time-presigned-urls-4374943f0801)
## Setup
Edit the config.json file and change the name of the bucket, rename the project by editing the service name in serverless.yml
## Deployment
Use Serverless Framework for deployment. Install the dependecies with `npm install` and then run `sls deploy` in the project root to start the deployment.