Releases: ustudio/storage
Releases · ustudio/storage
v0.13.2
Fix CloudFiles protocol registration.
v0.13.1
Updated Google Storage implementation of get_download_url
to set Content-Disposition
header when generating download URLs so that browsers are encouraged to download the content instead of displaying it inline.
v0.12.6
Updated Google Storage implementation of get_download_url
to set Content-Disposition
header when generating download URLs so that browsers are encouraged to download the content instead of displaying it inline.
v0.13.0
Python 3 Upgrade
- Dropped support for python 2
- Added support for python 3
- Replaced pyrax with swiftclient for cloudfiles implementation
v0.12.5
Fix error when deleting a directory using Google Cloud Storage.
v0.12.4
Fix Google-specific download failure in save_to_directory
method when a file to be downloaded is replaced after getting the list of files to download.
v0.12.3
This release contains further fixes for correctly extracting the download_url_key
for a Rackspace CloudFiles account when one isn't provided, and using a recent version of requests
.
v0.12.2
v0.12.2 includes two bug fixes from v0.12.1:
- Google Storage raises an exception while authenticating when the Storage URI is a unicode string.
- Rackspace Cloudfiles fails to automatically determine the temp_url_key when calling
get_download_url
when one isn't provided in the Storage URI or function call.
v0.12.1
Re-release v0.12.0, as v0.12.1, with Google Cloud Object Storage support.
v0.12.0.1
Re-release v0.12.0, with Google Cloud Object Storage support, to PyPI, after debugging import issue which was not in this project.