summaryrefslogtreecommitdiffstats
path: root/python/s3transfer/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/s3transfer/README')
-rw-r--r--python/s3transfer/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/s3transfer/README b/python/s3transfer/README
index b684f98472..ddb6c15db8 100644
--- a/python/s3transfer/README
+++ b/python/s3transfer/README
@@ -1 +1,5 @@
S3transfer is a Python library for managing Amazon S3 transfers.
+
+Note: Dependency futures it does not work on Python 3,
+and Python 3 users do not need it as the concurrent.futures package
+is available in the standard library.