This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/storage
Matt Jibson b3c2388618 Allow setting of boto's S3 host for SIGv4
The problem only happens when a user has configured the new AWS Frankfurt
region for their S3 backend. It is the only region to require the new
v4 signature. All other regions support both v2 and v4. I'm not sure
which version is used by default on US Standard.

We could attempt to figure out where the bucket is hosted based on its
DNS resolution and auto-populate the host field that way. But I think
the amount of effort to have that work correctly outweighs its benefit
for such a simple solution.

fixes #863
fixes #764
2015-11-18 17:19:33 -05:00
..
__init__.py Add automatic storage replication 2015-09-01 14:53:32 -04:00
basestorage.py Stop writing to deprecated columns for image data. 2015-10-24 14:45:15 -04:00
cloud.py Allow setting of boto's S3 host for SIGv4 2015-11-18 17:19:33 -05:00
distributedstorage.py superuser: add storage replication config 2015-11-09 17:34:22 -05:00
fakestorage.py Add automatic storage replication 2015-09-01 14:53:32 -04:00
local.py Add support for direct download in Swift storage engine 2015-09-14 18:00:03 -04:00
swift.py Add support for direct download in Swift storage engine 2015-09-14 18:00:03 -04:00