update s3 acl

This commit is contained in:
nolan 2023-12-03 23:40:15 -08:00
parent 272b4e1633
commit 01b0a35298
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ class S3Storage:
self.client.upload_file(Filename=filepathname, self.client.upload_file(Filename=filepathname,
Bucket=bucket, Bucket=bucket,
Key=key, Key=key,
ExtraArgs={'ACL': 'public-read'}) ExtraArgs={'ACL': 'private'})
def upload_folder( self ): def upload_folder( self ):

View File

@ -9,7 +9,7 @@ with open('README.md', 'r') as f:
setup( setup(
name='lib_afc_s3storage', name='lib_afc_s3storage',
version='0.1.0', version='0.1.1',
author='', author='',
author_email='', author_email='',
description='', description='',