remove left-over old doc in config file

Removing the rest of fast post documentation
from proxy configuration file.

Change-Id: I6108be20606f256a020a8583878e2302e3c98ff1
This commit is contained in:
Thiago da Silva 2017-12-11 06:59:59 -05:00
parent 8182fa75a1
commit b86bf15a64

View File

@ -869,12 +869,6 @@ use = egg:swift#versioned_writes
# If you don't put it in the pipeline, it will be inserted for you.
[filter:copy]
use = egg:swift#copy
# By default object POST requests update metadata without modification of the
# original data file
# Set this to True to enable the old, slow behavior wherein object POST
# requests are transformed into COPY requests where source and destination are
# the same. All client-visible behavior (save response time) should be
# identical.
# Note: To enable encryption, add the following 2 dependent pieces of crypto
# middleware to the proxy-server pipeline. They should be to the right of all