diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2015-12-31 07:08:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-31 07:08:45 +0700 |
commit | de92c20892abb7d907c1c403810ab2153af9c542 (patch) | |
tree | 356bbcff47b5be09fc24af013ecd8b40fa7c5091 /python/filechunkio/README | |
parent | 9b0240ebe714fd4b04918e0785f2d7afc7e3719e (diff) |
python/filechunkio: Updated for version 1.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/filechunkio/README')
-rw-r--r-- | python/filechunkio/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/filechunkio/README b/python/filechunkio/README index ff5f847a2406a..0e5c84bb1c191 100644 --- a/python/filechunkio/README +++ b/python/filechunkio/README @@ -1,3 +1,9 @@ FileChunkIO is a way to upload huge files to Amazon S3 in multiple parts without having to split them physically upfront (which requires more time and twice the disk space) or creating in-memory chunks as StringIO instances. + +Optionanl: python3 + +Note: To install python3 bindings install python3 and run script with PYTHON3=yes. + + # PYTHON3=yes ./filechunkio.SlackBuild |