pyrax icon indicating copy to clipboard operation
pyrax copied to clipboard

The Python SDK for the Rackspace Cloud

Results 75 pyrax issues
Sort by recently updated
recently updated
newest added

This is a feature request. It would be nice if there was a way to make sync_folder_to_container verbose about what it is doing. Mostly, this is for looking at logs...

enhancement

Hi, I have an issue with pyrax that continues to haunt me even at night. it has been bothering us for a long time now. I will try to give...

Currently pyrax users behind a firewall need to export their proxy settings to environment variables. It would be convenient to also be able to set this in the config file,...

enhancement

First time using GitHub so I apologize if I don't provide the necessary information. When creating an object, the default headers "content-length", "bytes", "etag", "x-timestamp", "x-trans-id", "date", and "last-modified" are...

question

Partway through uploading a 1.7 TB file using container.upload_file, I got the following traceback crash: ``` Traceback (most recent call last): File "/global/homes/g/girving/pentago/web/to-rackspace", line 110, in upload_all(paths) File "/global/homes/g/girving/pentago/web/to-rackspace", line...

This is really just a nice to have but... It would be great if there was a method for specifying object metadata to set on the objects as they are...

enhancement

It looks like pyrax will automatically segment large files into chunks + a manifest for me, but doesn't provide a routine to create a manifest from previously uploaded files. Such...

enhancement

Another low hanging fruit item, print is now a function and not a statement. Per the porting guide, print() has been backported all the way to 2.6, we just need...

The code to generate the temp_url works, but relies on some assumptions about the URL that will be supplied to it. Replace it with something that is more standard. James...

enhancement

It is common (at least for me) to perform a DNS lookup using a type of 'ANY' (i.e. dig rackspace.com ANY or dig www.rackspace.com ANY) to determine whether any DNS...

enhancement