Lines 1-7
Link Here
|
1 |
This is a python client for the Swift API. There's a Python API (the |
1 |
This is a python client for the Swift API. There's a Python API (the |
2 |
``swiftclient`` module), and a command-line script (``swift``). |
2 |
``swiftclient`` module), and a command-line script (``swift``). |
3 |
|
3 |
|
4 |
This code is based on original the client previously included with |
4 |
This code is based on the original client previously included with |
5 |
OpenStack's swift -- a highly available, distributed, eventually |
5 |
OpenStack's swift -- a highly available, distributed, eventually |
6 |
consistent object/blob store. |
6 |
consistent object/blob store. |
7 |
|
7 |
|