updating comment on s3proc.
1 files changed, 2 insertions(+), 2 deletions(-) M webutils/aws/s3proc.py
M webutils/aws/s3proc.py +2 -2
@@ 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