cloudstorage icon indicating copy to clipboard operation
cloudstorage copied to clipboard

Unified cloud storage API for storage services.

Results 29 cloudstorage issues
Sort by recently updated
recently updated
newest added

https://travis-ci.org/scottwernervt/cloudstorage/jobs/461520001 ```python =================================== FAILURES =================================== ____________________________ test_container_delete _____________________________ tests/test_drivers_amazon.py:86: in test_container_delete assert container.name not in storage .tox/py35/lib/python3.5/site-packages/cloudstorage/base.py:969: in __contains__ self.get_container(container_name=container_name) .tox/py35/lib/python3.5/site-packages/cloudstorage/drivers/amazon.py:271: in get_container return self._make_container(bucket) .tox/py35/lib/python3.5/site-packages/cloudstorage/drivers/amazon.py:201: in _make_container created_at =...

bug

Each driver should warn the user if an option is not currently supported. Options: - meta data - content disposition - content type - cache control - acl Drivers: -...

enhancement

Setup travis testenv to run [mypy](https://mypy.readthedocs.io/en/stable).

enhancement

Add support for [Backblaze B2 Cloud Storage](https://www.backblaze.com/b2/cloud-storage.html) using [b2 sdk](https://pypi.python.org/pypi/b2/0.7.2).

enhancement

Receiving errors as described in PR #89 fix poetry update Updating dependencies Resolving dependencies... (3.8s)Invalid requirement (boto3-stubs[s3] (>==1.12.41.0) ; extra == 'amazon') found in cloudstorage-0.11.0 dependencies, skipping Invalid requirement (boto3-stubs[s3]...

Hi, I have updated minio version to > 7.1.xx. Had to remove some code and changes in import in order to update minio driver version.

More recent versions of pip (or setuptools?) will refuse to accept these, leading to the error message: > 'extras_require' must be a dictionary whose values are strings or lists of...

Hi, Just wanted to open an issue to see about an update here for python 3.10. This error occurs because collections moved MutableMapping in python 3.10. Seems a workaround until...