Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Output elapsed time with S3 upload #148

Merged
merged 3 commits into from Sep 15, 2020
Merged

Commits on May 19, 2018

  1. Output elapsed time with S3 upload

    It seems that it fails with "Forbidden" when it takes longer than 15s,
    so this at least helps with debugging that.
    The Bash uploader gzips the data file, so it is faster to upload and
    does not trigger it with the given data file / internet connection.
    
        (Pdb++) s3.text
        '<?xml version="1.0" encoding="UTF-8"?>\n<Error><Code>AccessDenied</Code><Message>Request has expired</Message><Expires>2018-05-19T11:58:04Z</Expires><ServerTime>2018-05-19T11:58:10Z</ServerTime><RequestId>EFE63A2DA8CE9726</RequestId><HostId>LXoeTEXV7h3wN5DICvZg/U6uWIeyOgkJ1JnyEOQCpKNkQtpst4qKhkxuTgPnJeV3uB1jOexYP+s=</HostId></Error>'
    blueyed committed May 19, 2018
    Copy the full SHA
    e721277 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Copy the full SHA
    cf8f0e7 View commit details
    Browse the repository at this point in the history
  2. black

    thomasrockhu committed Sep 14, 2020
    Copy the full SHA
    f02b767 View commit details
    Browse the repository at this point in the history