https://github.com/nattatorn-dev/s3-upload-image-api
bootstrap version
https://github.com/nattatorn-dev/s3-upload-image-api
Last synced: about 2 months ago
JSON representation
bootstrap version
- Host: GitHub
- URL: https://github.com/nattatorn-dev/s3-upload-image-api
- Owner: nattatorn-dev
- Created: 2019-02-18T07:07:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T05:40:41.000Z (about 6 years ago)
- Last Synced: 2025-03-29T05:38:08.132Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 350 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# img
pure go image rendering server. accepts a POST, stores the file on s3, and performs various manipulations on the images via GET string params.
## API
**example upload**
```
http://localhost:8080/upload$file = 'image.jpg',
$path = '/example/',
$image_id = 1000,
$slug = 'image',
$schema = 'via'
```**example request**
```
http://localhost:8080/img/:id
```## Config
Use the `config.toml` file to config various variables of the server.