summaryrefslogtreecommitdiffstats
path: root/keystone
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@chmouel.com>2012-05-15 11:49:06 +0200
committerChmouel Boudjnah <chmouel@chmouel.com>2012-06-08 15:15:18 +0000
commitb2aa620bc9d040f803c49707237f43ff1a04ef93 (patch)
tree69c95aa92790b03cfb090f6e09f1679ac96bfaeb /keystone
parent3f5d394def100e2c75269b28be125eaaad732924 (diff)
Add s3 extension in keystone.conf sample.
- Document S3 functionality along the way. Change-Id: I5525cd084aa16a33176c2ed0c3df53e9743072fc
Diffstat (limited to 'keystone')
-rw-r--r--keystone/contrib/s3/core.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/keystone/contrib/s3/core.py b/keystone/contrib/s3/core.py
index 4b4b2b6c..0e3e1fe2 100644
--- a/keystone/contrib/s3/core.py
+++ b/keystone/contrib/s3/core.py
@@ -16,7 +16,11 @@
"""Main entry point into the S3 Credentials service.
-TODO-DOCS
+This service provides S3 token validation for services configured with the
+s3_token middleware to authorize S3 requests.
+
+This service uses the same credentials used by EC2. Refer to the documentation
+for the EC2 module for how to generate the required credentials.
"""
import base64