GitHub user charsyam opened a pull request:

    https://github.com/apache/libcloud/pull/172

    #issue-421 supporting kt ucloud storage driver

    kt ucloud storage is based on swift.
    but kt customized it.
    so default cloudfiles driver doesn't work for it.
    
    so I patched 2 thigns.
    1. using auth_uri variable to change auth url address.
     for example:
      currently cloudfiles driver's auth entry point is fixed. so we can't 
change it.
      to set auth_uri, now we can change it.
    
    2. add ktucloud storage driver.
     It is inherited cloudfiles.py and set some parameters. 
     so it is very easy  to read.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/charsyam/libcloud issue-421

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/172.patch

----
commit ac69fd51b3b1fac09ee0d9e017cbdf839f3f33f7
Author: charsyam <[email protected]>
Date:   2013-10-31T16:26:40Z

    #issue-421 supporting kt ucloud storage driver

----

Reply via email to