FUJITA Tomonori 0996cd9b3a s3api: fix AWSAccessKeyId
We use cfaccount as AWSAccessKeyId (something like
AUTH_89308df71f274e33af17779606f08fa0). However, users with the same
account use the same cfaccount. In such case, we can't know which
password should be used as a secret key to calculate the HMAC.

This changes AWSAccessKeyId to the combination of account and user:

Authorization: AWS test:tester:xQE0diMbLRepdf3YB+FIEXAMPLE=

The auth validates the HMAC and sends a cfaccount back to the
proxy. The proxy rewrites the path with the cfaccount.
2011-01-17 23:01:54 +00:00
2011-01-10 17:22:33 -08:00
2011-01-17 23:01:54 +00:00
2010-07-12 17:03:45 -05:00
2010-07-12 17:03:45 -05:00
2010-07-12 17:03:45 -05:00
2010-07-19 11:25:18 -05:00
2011-01-14 03:42:21 +09:00

Swift
-----

A distributed object store that was originally developed as the basis for 
Rackspace's Cloud Files.

To build documentation run `python setup.py build_sphinx`, and then browse to
/doc/build/html/index.html.

The best place to get started is the "SAIO - Swift All In One", which will walk
you through setting up a development cluster of Swift in a VM.

For more information, visit us at http://launchpad.net/swift, or come hang out
on our IRC channel, #openstack on freenode.

--
Swift Development Team
Description
OpenStack Storage (Swift)
Readme 193 MiB
Languages
Python 99.6%
JavaScript 0.3%