Scott Werner

Results 19 comments of Scott Werner

Yes, it is only a testing issue and does NOT effect end users.

> Am I missing something? No. I think the older azure package was required for azure storage access. #71 will switch to the latest azure storage package and eliminate this.

> Are you planning on bringing this up to date at any point? Yes as I been slacking hard on maintaining this project. I will looking into this weekend and...

You can traverse one level deep: ```python for container in storage: container.name # 'container-a', 'container-b', ... for blob in container: blob.name # 'blob-1', 'blob-2', ... ``` The library does not...

It would be developed in the next version and depends on: - [ ] Support for nested containers (folders) - [ ] [Implement Lifecycle Configuration ](https://github.com/minio/minio/issues/5139) which requires minio version...

Go ahead and implement it since it sounds like it would definitely benefit other users.

> is it possible to stream the contents of a blob without reading the whole thing to memory or disk? No, it looks like libraries like boto3 load it into...

Replace `rackspacesdk` with [pyrax](https://developer.rackspace.com/sdks/python/).

Recommend switching to `celery-singleton`.