Skip to content

Fix S3 file download failing with 403 SignatureDoesNotMatch

1a7f197
Select commit
Loading
Failed to load commit list.
Open

[MRG] Fix S3 file download failing with 403 SignatureDoesNotMatch #14

Fix S3 file download failing with 403 SignatureDoesNotMatch
1a7f197
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jan 29, 2026 in 6m 16s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #14 [MRG] Fix S3 file download failing with 403 SignatureDoesNotMatch.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has five jobs, running in parallel.

Job ENV OS State
34.1 DISTRIB="conda" PYTHON_VERSION="3.8" COVERAGE="true" Linux passed
34.2 DISTRIB="conda" PYTHON_VERSION="3.9" COVERAGE="true" Linux passed
34.3 DISTRIB="conda" PYTHON_VERSION="3.10" COVERAGE="true" Linux passed
34.4 DISTRIB="conda" PYTHON_VERSION="3.11" COVERAGE="true" Linux passed
34.5 DISTRIB="conda" PYTHON_VERSION="3.12" COVERAGE="true" Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "cache": {
    "directories": [
      "$HOME/.cache/pip"
    ]
  },
  "env": [
    "jobs={:DISTRIB=>\"\\\"conda\\\"\", :PYTHON_VERSION=>\"\\\"3.8\\\"\", :COVERAGE=>\"\\\"true\\\"\"}={:DISTRIB=>\"\\\"conda\\\"\", :PYTHON_VERSION=>\"\\\"3.9\\\"\", :COVERAGE=>\"\\\"true\\\"\"}={:DISTRIB=>\"\\\"conda\\\"\", :PYTHON_VERSION=>\"\\\"3.10\\\"\", :COVERAGE=>\"\\\"true\\\"\"}={:DISTRIB=>\"\\\"conda\\\"\", :PYTHON_VERSION=>\"\\\"3.11\\\"\", :COVERAGE=>\"\\\"true\\\"\"}={:DISTRIB=>\"\\\"conda\\\"\", :PYTHON_VERSION=>\"\\\"3.12\\\"\", :COVERAGE=>\"\\\"true\\\"\"}"
  ],
  "install": [
    "source build_tools/travis_install.sh"
  ],
  "script": [
    "python --version",
    "if [ ${COVERAGE} == \"true\" ]; then py.test --cov=osfclient; else py.test; fi"
  ],
  "after_success": [
    "if [ ${COVERAGE} == \"true\" ]; then pip install codecov; codecov; fi"
  ],
  "deploy": [
    {
      "provider": "pypi",
      "distributions": "sdist bdist_wheel",
      "on": {
        "tags": true,
        "repo": "osfclient/osfclient",
        "condition": [
          "$PYTHON_VERSION = 3.8"
        ]
      },
      "password": {
        "secure": "SeqLSRnqFqiJgNMvc3E9oJ7evptcnt9a0avlLr95GaPbdAAw/Hp3P00pGCg5e6veCoKPvQa/EK8sl4dphRhnSwIgfVsKRYgof5z8tiKzSuZn4rSSomfFBmmgdRml0osbQ6XOunFyceZP/TZw++Fch9iGwtC9ewNzb3Y1jQf/f/gb+QRa6OcE6mMDQtGZbwkmY1rzl2CgJIM9iBWh164YMSAZehmvENJwZUjcHXrdLfbKD4u85OTsHAuUycsC9PBjA8bTJt5DTEHwkHNToVc/0eT1ZYuiDSmfFC8i1fJvZqVD8zrglhHSRIQn8n7jB8pAXFUnBsrwhD2cVDqiu5RQ0AU5MJf+ffN0EhTALpVjs9U//UEfSBQ7vPGgCmjEwAmR3Cpqyr8PmsgT7L+I5jxGkrmZ3uWrH6qm8d91EoF1A6L7SmQtclaMSNHfmY4me7QWNamZiyXt4Wl4RrQJOJ+q65IaFDaZA8xD+CockpMNZDY97WZlQt/i20sQRREkeS6NFrZvzyhotjS0w6Jm6feJVqL6X6k+h9vG0hX/rVwHW/36DnIg/EL9W3U2SluSqU/Q76YTLGxb5Od5dw/JOLxREy2VzBNaN4Z0OlMM7UP8btW7MmqI2IyQm+GT+653SwaWwsEry6MdV3KfcCWeq+1U6CPtqw2QWT7D2ZFtBt0Hjb0="
      },
      "username": "osfclient"
    }
  ]
}