thumbor-community / aws

Thumbor AWS extensions
MIT License
155 stars 70 forks source link

thumbor s3 upload #137

Closed DWNEWS-weiqingtao closed 4 years ago

DWNEWS-weiqingtao commented 5 years ago

My thumbor service wants to upload images to AWS S3 after curl generates them, but I don't know how to request the address of s3. This is my configuration.

curl:curl -i -H "Content-Type: image/png" -H "Slug: timg.png" -XPOST http://localhost:8001/image --data-binary "@./timg.png"