From 2ccc0028518de26c4e8ce2b16d278ee5c7fc8b17 Mon Sep 17 00:00:00 2001 From: Colin Nicholson Date: Mon, 24 Jan 2011 19:37:50 +0000 Subject: [PATCH] fix small typo in domain_remap docs --- swift/common/middleware/domain_remap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/common/middleware/domain_remap.py b/swift/common/middleware/domain_remap.py index 081aa67b9a..e959276733 100644 --- a/swift/common/middleware/domain_remap.py +++ b/swift/common/middleware/domain_remap.py @@ -39,7 +39,7 @@ class DomainRemapMiddleware(object): Note that this middleware requires that container names and account names (except as described above) must be DNS-compatible. This means that the account name created in the system and the containers created by users - cannot exceede 63 characters or have UTF-8 characters. These are + cannot exceed 63 characters or have UTF-8 characters. These are restrictions over and above what swift requires and are not explicitly checked. Simply put, the this middleware will do a best-effort attempt to derive account and container names from elements in the domain name and