Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augustt198/upld
https://github.com/augustt198/upld
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/augustt198/upld
- Owner: augustt198
- Created: 2015-06-13T21:17:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T23:13:25.000Z (about 9 years ago)
- Last Synced: 2023-08-02T15:35:24.577Z (over 1 year ago)
- Language: Go
- Homepage: https://upld.im
- Size: 279 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Upld](http://upld.im)
Upld is an image sharing service written in Go, using
[S3](http://aws.amazon.com/s3/) for storage.The `thumbgen/` directory contains a thumbnail generator, which
can be triggered by [AWS Lambda](http://aws.amazon.com/lambda/)
in response to uploads.### Installation
1. Clone the repository
2. Install dependencies (`go get ...`)
3. Compile (`go build`)