1
0
Fork 0
mirror of https://github.com/Luzifer/cloudkeys-go.git synced 2024-11-15 01:12:44 +00:00
cloudkeys-go/vendor/github.com/aws/aws-sdk-go/example/service/s3/putObjectWithProcess
Martin Thielecke 9c6e3c89a5 JS bugfixes (#18)
* 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
2019-01-21 15:27:20 +01:00
..
putObjWithProcess.go JS bugfixes (#18) 2019-01-21 15:27:20 +01:00
README.md JS bugfixes (#18) 2019-01-21 15:27:20 +01:00

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>