Skip to content

v0.12.8

Compare
Choose a tag to compare
@spiralman spiralman released this 17 Jun 19:38
· 3 commits to v0.12 since this release
1199116

This backports the changes from the v0.14.1 release to Python 2.7:

  • Update Google storage to use the storage URI of the file to be uploaded to guess the mimetype, if there is no local filename.
  • Update AWS S3 storage to infer the mimetype of the file to be uploaded using the same precedence as Google storage.
  • Update error when parsing scheme of storage URI to not include credentials when the Storage URI has no scheme.