Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```