Cloudstorage

Latest version: v0.10.1

Safety actively analyzes 621654 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.10.1

+++++++++++++++++++

Features

* Add support to mimic ``xattr`` in Windows by storing data in ``.<filename>.xattr`` (`56 <https://github.com/scottwernervt/cloudstorage/pull/56>`_). Thanks RangelReale.
* Add support for ``python 3.8``.

Bugs

* Freeze package ``azure`` to version `4.0.0` (`58 <https://github.com/scottwernervt/cloudstorage/issues/58>`_).
* Drop support for ``python 3.4`` due to ``PyYAML`` requirement ``!=3.4.*``.

0.10.0

+++++++++++++++++++

Bugs

* Azure ``get_blob`` raises ``TypeError`` when Content MD5 missing in remote (`47 <https://github.com/scottwernervt/cloudstorage/issues/47>`_). Thanks matt-carr.
* ``AzureStorageDriver`` reads stream twice without rewinding (`44 <https://github.com/scottwernervt/cloudstorage/issues/44>`_). Thanks matt-carr.
* Update package dependencies to fix tests (`43 <https://github.com/scottwernervt/cloudstorage/issues/43>`_).

0.9.0

++++++++++++++++++

Features

* Driver authentication can be verified using ``DriverName.validate_credentials()`` (`34 <https://github.com/scottwernervt/cloudstorage/issues/34>`_).

0.8.0

++++++++++++++++++

Features

* ``Blob`` and ``Container``'s ``meta_data`` is now a case insensitive dictionary.
* Add new driver for Minio Cloud Storage (`25 <https://github.com/scottwernervt/cloudstorage/issues/25>`_).
Install driver requirements with: ``pip install cloudstorage[minio]``.

Other

* Move to ``src`` folder structure for package.

0.7.0

++++++++++++++++++

Features

* ``Cache-Control`` supported for Amazon, Google, Local, and Microsoft (`11 <https://github.com/scottwernervt/cloudstorage/issues/11>`_).
* Each driver's package dependencies are now optional (`4 <https://github.com/scottwernervt/cloudstorage/issues/4>`_).

Other

* Remove rackspace package dependency ``rfc6266_parser``.
* Add ``flake8`` linting and ``sphinx`` doc building to tox and travis.

0.6

++++++++++++++++

* Copy metadata from ``setup.py`` to ``setup.cfg``
* Add rate limit timeout when calling google cloud storage backend during tests.
* Catch ``UnicodeDecodeError`` when decoding local file attribute values.
* Upgrade dependencies and include ``requirements.txt`` and ``dev-requirements.txt``.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.