Removed redundant 'is'
Change-Id: I7442f2056d7dbbd83d514eb21564697af99e2068
This commit is contained in:
parent
aebcc5898c
commit
ebf2731aa9
@ -15,7 +15,7 @@ downloads the object directly from Object Storage, eliminating the need
|
||||
for the website to act as a proxy for the request.
|
||||
|
||||
Furthermore, a temporary URL can be prefix-based. These URLs
|
||||
contain a signature which is is valid for all objects which share
|
||||
contain a signature which is valid for all objects which share
|
||||
a common prefix. They are useful for sharing a set of objects.
|
||||
|
||||
Ask your cloud administrator to enable the temporary URL feature. For
|
||||
|
@ -281,7 +281,7 @@ The solution is to delete the account database files and
|
||||
re-create the account as follows:
|
||||
|
||||
#. You must know the tenant/project ID. The account name is AUTH_<project-id>.
|
||||
In this example, the tenant/project is is ``4ebe3039674d4864a11fe0864ae4d905``
|
||||
In this example, the tenant/project is ``4ebe3039674d4864a11fe0864ae4d905``
|
||||
so the Swift account name is ``AUTH_4ebe3039674d4864a11fe0864ae4d905``.
|
||||
|
||||
#. Use ``swift-get-nodes`` to locate the account's database files (on three
|
||||
|
Loading…
Reference in New Issue
Block a user