Projects STRLCPY flan Commits 9e1bd2e2
🤬
  • ■ ■ ■ ■
    aws_push.py
    skipped 7 lines
    8 8  try:
    9 9   response = s3_client.upload_file("/" + filename, os.getenv('bucket'),
    10 10   filename)
    11  -except Exception, e:
     11 +except Exception as e:
    12 12   print('Error uploading to s3')
    13 13   print(e)
    14 14   
Please wait...
Page is in error, reload to recover