libcloud icon indicating copy to clipboard operation
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.

Results 158 libcloud issues
Sort by recently updated
recently updated
newest added

## Google Cloud improvements ### Description Google Cloud implementation is a little verbose and has some old style implementation details like `%` for interpolation, `simplejson`; as well as room for...

## Feature Request The key parameter is required to access S3 using S3StorageDriver https://github.com/apache/libcloud/blob/7b3f55a3ac2ec8423555cd9bac3a42697ffc502c/libcloud/storage/drivers/s3.py#L1224, even if provided it fails down in the code in the absence of secret here https://github.com/apache/libcloud/blob/trunk/libcloud/common/aws.py#L313...

## Feature Description Cloudflare has been developing an alternative to traditional storage providers, with the benefit that it has no egress fees for the data. - [**D1**](https://developers.cloudflare.com/d1) is a relational...

## While Trying to upload file to s3 or Azure I getting this FileNotFoundError, We have functionality like continuously uploading files to the cloud, For the 1st iteration for some...

## Summary LibCloud is currently unable to delete multi-value DNS records (e.g. MX) in Route53. The earliest I've traced this problem back to is 2015, and while there have been...

## Summary I've been trying to generate a signed download link to a file with spaces in its name, let's call it `file name.txt`, and it has been failing to...

## Summary I'm trying to upload some CSV files to GCS using libcloud, today I this error: ```log UnicodeEncodeError: 'latin-1' codec can't encode character '\u201c' in position 628: ordinal not...

## Feature Request When setting an elastic IP for an AWS instance that is using multiple interfaces you must specify the interface you wish to use with the elasticIP. Currently...

## Summary When downloading an object from S3 using download_object_as_stream or as_stream, the chunk_size argument is ignored. Instead the hardcoded CHUNK_SIZE in libcloud.storage.drivers.s3 dictates the number of bytes returned from...

## Feature Request I want to synchronize my local files with different cloud storages. So, for this I would like to have some mechanism to check if a file in...