Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toorop/hubicswiftgateway
HubicSwiftGateway allows you to create an openStack Swift Gateway to Hubic storage
https://github.com/toorop/hubicswiftgateway
Last synced: about 6 hours ago
JSON representation
HubicSwiftGateway allows you to create an openStack Swift Gateway to Hubic storage
- Host: GitHub
- URL: https://github.com/toorop/hubicswiftgateway
- Owner: toorop
- License: other
- Created: 2013-01-23T13:38:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-14T17:20:21.000Z (over 10 years ago)
- Last Synced: 2023-03-13T03:51:55.007Z (over 1 year ago)
- Language: PHP
- Size: 148 KB
- Stars: 24
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### WARNING DEPRECIATED
use https://github.com/oderwat/hubic2swiftgate as alternativeDetails : https://github.com/Toorop/HubicSwiftGateway/issues/1
HubicSwiftGateway
=================HubicSwiftGateway is a PHP app that allows you to create an openStack Swift Gateway to Hubic storage
Warning
-------
This tool is not supported by OVH.Requirements
---
* web server
* php with Curl extensionHow to install ?
---
* Download this script to your web server
* Set document root to www folder
* make cache dir writable by your web server
* and.... that's all !
How to use it ?
---
* Get a swift client
* set server : your server
* login : your hubic login
* api key or passwd : your hubic passwdFor example, if this script is hosted at URL https://hubic.toorop.fr (and yes it is) and you want to use swiftCli :
```
swift -A https://hubic.toorop.fr -U YOU_HUBIC_LOGIN -K YOUR_HUBIC_PASSWORD list
default
default_segments
```If you want to use a GUI client look at [Cyberduck](http://cyberduck.ch/ "GUI Swift client")
Thanks
---
To [Vincent Giersch](https://github.com/gierschv) who has made all the reverse engineering job.