Skip to content

Latest commit

 

History

History
executable file
·
28 lines (22 loc) · 1.53 KB

README.md

File metadata and controls

executable file
·
28 lines (22 loc) · 1.53 KB

python-cloudfiles-hubic

IMPORTANT NOTE: The original python-cloudfiles bindings are no longer being maintained and their use is deprecated in favor of pyrax. The HubiC fork will be maintained for the time being, until pyrax has been more widely adopted.

Python language bindings for Cloud Files API, modified to add HubiC Authentication support

Goal

Being able to use tools already compatible with Cloud Files with HubiC, OVH's own cloud storage service. HubiC is based on the same underlying protocol as RackSpace's Cloud Files: OpenStack Object Storage aka Swift. Only authentication is different. This is a modified version of the official Cloud Files python bindings which add support for HubiC authentication.

How to use

The HubiC API uses OAuth 2.0 since 2014. You need to generate app credentials in your account settings and put those in the AUTHURL.

Use Case: Duplicity

From wikipedia:

Duplicity is a software suite that provides encrypted, digitally signed, versioned, remote backup of files requiring little of the remote server. Duplicity has the ability to store encrypted backups on Cloud Files using python-cloudfiles. With this modified version of python-cloudfiles, it gains the ability to connect to HubiC.

Example

export CLOUDFILES_USERNAME="YOUR_HUBIC_EMAIL"
export CLOUDFILES_APIKEY="YOUR_HUBIC_PASSWORD"
export CLOUDFILES_AUTHURL='hubic|YOUR_CLIENT_ID|YOUR_CLIENT_SECRET|YOUR_REDIRECT_URL'
duplicity /local/dir/to/backup cf+http://default