# HG changeset patch # User Gustavo Andres Morero # Date 1525897089 10800 # Wed May 09 17:18:09 2018 -0300 # Node ID 1f20ba7ca97efba89d57114ffbcc275d671adbf6 # Parent 8ef069d858587f7f93fab42ac7ddba72969b6c68 updating comment on s3proc. diff --git a/webutils/aws/s3proc.py b/webutils/aws/s3proc.py --- a/webutils/aws/s3proc.py +++ b/webutils/aws/s3proc.py @@ -1,6 +1,6 @@ ''' - Requires Boto AWS library! - http://code.google.com/p/boto/ + Requires Boto3 AWS SDK for Python + https://github.com/boto/boto3 ''' import boto3 import logging