Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wjsc/s3-presigned-urls
S3 Presigned URLs
https://github.com/wjsc/s3-presigned-urls
Last synced: about 2 months ago
JSON representation
S3 Presigned URLs
- Host: GitHub
- URL: https://github.com/wjsc/s3-presigned-urls
- Owner: wjsc
- Created: 2019-12-02T18:55:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T15:42:29.000Z (about 2 years ago)
- Last Synced: 2023-03-02T22:26:36.247Z (almost 2 years ago)
- Language: JavaScript
- Size: 185 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Get a presigned URL and upload a file
```
curl -XGET localhost:3000/avatar/url/put | jq .url | xargs curl -X PUT -T picture.jpg -L
```