Skip to content

Releases: ustudio/storage

v0.13.2

19 Feb 18:36
5f60269
Compare
Choose a tag to compare

Fix CloudFiles protocol registration.

v0.13.1

27 Sep 19:34
bff08fd
Compare
Choose a tag to compare

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

27 Sep 18:01
57493c5
Compare
Choose a tag to compare

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

12 Sep 18:27
5f2735b
Compare
Choose a tag to compare

Python 3 Upgrade

  • Dropped support for python 2
  • Added support for python 3
  • Replaced pyrax with swiftclient for cloudfiles implementation

v0.12.5

16 May 18:50
563c7cc
Compare
Choose a tag to compare

Fix error when deleting a directory using Google Cloud Storage.

v0.12.4

08 May 14:32
e44120f
Compare
Choose a tag to compare

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

16 Apr 16:25
6c05198
Compare
Choose a tag to compare

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

16 Apr 15:24
72cb9be
Compare
Choose a tag to compare

v0.12.2 includes two bug fixes from v0.12.1:

  1. Google Storage raises an exception while authenticating when the Storage URI is a unicode string.
  2. 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

11 Apr 19:55
7af0b97
Compare
Choose a tag to compare

Re-release v0.12.0, as v0.12.1, with Google Cloud Object Storage support.

v0.12.0.1

11 Apr 19:34
591799b
Compare
Choose a tag to compare

Re-release v0.12.0, with Google Cloud Object Storage support, to PyPI, after debugging import issue which was not in this project.