libcloud
libcloud copied to clipboard
Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API.
Per #1634, it looks like EBS driver is broken and not working. This is a quick and likely incomplete approach to try and fix that (it's not clear if that...
## Summary Cannot get a list of GKE (Google Kubernetes Engine) clusters/containers or pods ## Detailed Information As mentioned in the documentation, followed the get_driver API to get the container...
container.list_objects with prefix and the local driver is very slow when a lot of files are stored
## Summary I have a large storage that I'm using libcloud to manage - in this specific case it's around 500,000 objects, and I've noticed that listing object using the...
## Feature Request As far as I can tell, there's already an existing method for godaddy dns driver class to purchase a domain. I wonder if it's possible to add...
## Summary Enabling retry logic does not work for rate limit exceeded responses. ## Detailed Information retry decorator expects a `RateLimitExceeded` error to be raised, though `session.request` method does not...
## Summary When calling `GCENodeDriver.ex_create_multiple_nodes`, if it gets timeout, the whole operation raises an exception, and the already created nodes are dangling and are not passed to the caller. ##...
I think this must just be something no one's gotten around to yet. Do you have any guidance on how big an effort it would be to implement this? Are...
## Summary When uploading a file to Storage (S3 or DigitalOcean Spaces), with the ACL header/parameter, the request fails with "SignatureDoesNotMatch" exception. ## Detailed Information Demo code: ```py container =...
## Summary The MinIO provider raises an `ObjectHashMismatchError` when trying to upload an object, for no clear reason 100% reproducible, code to repro the bug is provided ## Detailed Information...
## Summary When using the `minio` provider and getting an object, the method raises an `libcloud.common.types.InvalidCredsError`, despite the fact that it was able to create a container and upload it...