comment on domain_remap regarding container sync

This commit is contained in:
gholt 2011-07-10 14:18:36 +00:00
parent b88a0d0f95
commit 97c6ec6beb
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@ class DomainRemapMiddleware(object):
derive account and container names from elements in the domain name and
put those derived values into the URL path (leaving the Host header
unchanged).
Also note that using container sync with remapped domain names is not
advised. With container sync, you should use the true storage end points as
sync destinations.
"""
def __init__(self, app, conf):