remove reference to copy hook

Once copy middleware lands, copy hook will
no longer be necessary.

Change-Id: I159560fd7fa562d2cb428879d75d28445f3f64ac
This commit is contained in:
Thiago da Silva 2016-03-03 12:50:55 +00:00
parent 1a99942df4
commit 6ea951e135
1 changed files with 0 additions and 5 deletions

View File

@ -96,11 +96,6 @@ OPTIONS requests should be ignored entirely by the crypto engine, as
OPTIONS requests and responses contain neither user data nor user
metadata.
The decrypter, encrypter, and keymaster will all use the hook in the
WSGI environment at "swift.copy_hook" to ensure that COPY requests
result in the new object being encrypted with its own key, not with
the source object's key (assuming that they differ).
2.1.1 Large Objects
-------------------