diff --git a/lib_afc_s3storage/s3storage.py b/lib_afc_s3storage/s3storage.py index 5ae202f..de844af 100755 --- a/lib_afc_s3storage/s3storage.py +++ b/lib_afc_s3storage/s3storage.py @@ -113,7 +113,7 @@ class S3Storage: self.client.upload_file(Filename=filepathname, Bucket=bucket, Key=key, - ExtraArgs={'ACL': 'public-read'}) + ExtraArgs={'ACL': 'private'}) def upload_folder( self ): diff --git a/setup.py b/setup.py index f96ce58..df661b4 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open('README.md', 'r') as f: setup( name='lib_afc_s3storage', - version='0.1.0', + version='0.1.1', author='', author_email='', description='',