Closed DWNEWS-weiqingtao closed 4 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"
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"