Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tristanmorgan/go-upload
A small upload tool
https://github.com/tristanmorgan/go-upload
file-upload s3
Last synced: about 1 month ago
JSON representation
A small upload tool
- Host: GitHub
- URL: https://github.com/tristanmorgan/go-upload
- Owner: tristanmorgan
- License: mit
- Created: 2022-06-29T23:34:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T01:26:25.000Z (over 2 years ago)
- Last Synced: 2024-10-14T20:56:17.827Z (2 months ago)
- Topics: file-upload, s3
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-upload
A small upload tool, allows simple cross platform uploads to S3 compatible storage. I may expand upon it later.## Usage
Usage: ./go-upload_darwin [-v] source-file s3://bucket/key/path
## License
This code is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).