~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to doc/source/associated_projects.rst

  • Committer: Package Import Robot
  • Author(s): Chuck Short, James Page, Chuck Short
  • Date: 2013-08-13 10:37:13 UTC
  • mfrom: (1.2.21)
  • Revision ID: package-import@ubuntu.com-20130813103713-1ctbx4zifyljs2aq
Tags: 1.9.1-0ubuntu1
[ James Page ]
* d/control: Update VCS fields for new branch locations.

[ Chuck Short ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
   * `Python-SwiftClient <http://pypi.python.org/pypi/python-swiftclient>`_
13
13
 
14
 
* Made for Cloud Files, but mostly work with Swift too:
15
 
 
16
 
    * `CSharp-CloudFiles <https://github.com/rackspace/csharp-cloudfiles>`_
17
 
    * `Java-CloudFiles <https://github.com/rackspace/java-cloudfiles>`_
18
 
    * `PHP-CloudFiles <https://github.com/rackspace/php-cloudfiles>`_
19
 
    * `Python-CloudFiles <https://github.com/rackspace/python-cloudfiles>`_
20
 
    * `Ruby-CloudFiles <https://github.com/rackspace/ruby-cloudfiles>`_
21
 
 
22
 
* `RSwift <https://github.com/pandemicsyn/RSwift>`_ - Unofficial R API bindings.
23
 
 
24
 
* `Go language bindings <https://github.com/ncw/swift>`_
 
14
* Unofficial libraries and bindings:
 
15
 
 
16
    * `PHP-opencloud <http://php-opencloud.com>`_ - Official Rackspace PHP bindings that should work for other Swift deployments too.
 
17
    * `PyRAX <https://github.com/rackspace/pyrax>`_ - Official Rackspace Python bindings for CloudFiles that should work for other Swift deployments too.
 
18
    * `openstack.net <https://github.com/rackspace/openstack.net/>`_ - Official Rackspace .NET bindings that should work for other Swift deployments too.
 
19
    * `RSwift <https://github.com/pandemicsyn/RSwift>`_ - R API bindings.
 
20
    * `Go language bindings <https://github.com/ncw/swift>`_
 
21
    * `supload <https://github.com/selectel/supload>`_ - Bash script to upload file to cloud storage based on OpenStack Swift API.
 
22
    * `SwiftBox <https://github.com/suniln/SwiftBox>`_ - C# library using RestSharp
25
23
 
26
24
Authentication
27
25
--------------
28
26
 
29
27
* `Keystone <https://github.com/openstack/keystone>`_ - Official Identity Service for OpenStack.
30
28
* `Swauth <https://github.com/gholt/swauth>`_ - Older Swift authentication service that only requires Swift itself.
 
29
* `Basicauth <https://github.com/CloudVPS/swift-basicauth>`_ - HTTP Basic authentication support (keystone backed).
31
30
 
32
31
 
33
32
Command Line Access
72
71
-----
73
72
 
74
73
* `Glance <https://github.com/openstack/glance>`_ - Provides services for discovering, registering, and retrieving virtual machine images (for OpenStack Compute [Nova], for example).
 
74
* `Better Staticweb <https://github.com/CloudVPS/better-staticweb>`_ - Makes swift containers accessible by default.