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.
We just got an email from DigitalOcean stating that they will change their [Floating IP API endpoint](https://developers.digitalocean.com/documentation/v2/#floating-ips) starting the 26th. Functionally this shouldn't break in libcloud but the fixtures for...
## Summary ECS driver does use wrong host name; if I fix this in the code the package send a request to AWS causing internal server error. ## Detailed Information...
Hi Team, I was trying to store Cassandra backup using medusa. But it's not happening as there is no mapping of s3 storage provider for region us-east-1. can you please...
## Feature Request Based on the MinIOStorageDriver I have created a ScalewayStorageDriver because the S3 driver needs the URL in order to talk with the Scaleway Object Storage implementation. See...
## Summary Creating an EBS backup driver fails with region formatting issue ## Detailed Information apache-libcloud version 3.4.1 python 3.6 >>> cls = libcloud.get_driver(libcloud.DriverType.BACKUP, libcloud.DriverType.BACKUP.EBS) >>> backup_driver = cls(constants.CONFIG["aws_access_key"], constants.CONFIG["aws_secret_key"],...
## Feature Request Is there any interest in proxmox as a provider? I am deciding between ovirt and proxmox and I want to be able to use mist.io with it...
## Feature Request Currently DigitalOcean driver has no `deploy_node` method (only `create_node`). I couldn't find a way to use MultiStep deployment options with `create_node` (install a `salt-minion` right after installation)...
## Feature Request Add the ability to authenticate Azure Blob Storage Accounts via Azure AD service principal secrets and certificates. This feature would be following this feature from jclouds (https://issues.apache.org/jira/browse/JCLOUDS-1558)...
## Summary When trying to upload a file to Aurora Objects through `upload_object_via_stream()`, I get an `InvalidCredsError`. ## Detailed Information When I try the following code: ```python3 from libcloud.storage.types import...