mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Remove unused s3 bucket code.
This commit is contained in:
parent
ad9b805d0a
commit
ea094cc4d6
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ for filename in filenames:
|
|||
print('Uploading %s to S3...' % filename)
|
||||
try:
|
||||
s3 = boto3.client('s3')
|
||||
bucket = s3.Bucket()
|
||||
bucket.upload_file(f"mongo/{filename}", settings.S3_BACKUP_BUCKET)
|
||||
except Exception as e:
|
||||
print(" ****> Exceptions: %s" % e)
|
||||
|
|
Loading…
Add table
Reference in a new issue