mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-15 01:12:44 +00:00
9c6e3c89a5
* fix js scoping issue * add external libraries (they were offline too often) * new compiled scripts and css * new fixes in the binary * vendor update * change js source * remove needless variable * removed more needless variables |
||
---|---|---|
.. | ||
putObjWithProcess.go | ||
README.md |
Example
This is an example using the AWS SDK for Go to upload object with progress. We use CustomReader to implement it
Usage
The example uses the bucket name provided, one key for object, and output the progress to stdout. The Object size should larger than 5M or your will not see the progress
AWS_REGION=<region> go run putObjWithProcess.go <credential> <bucket> <key for object> <local file name>