- The bulk middleware is already in the sample.
- Fixes bug 1207108
Change-Id: I569ecb734ac2e59716e5f24fa96e97d216cdc1a3
| ... | ... |
@@ -54,8 +54,8 @@ fi |
| 54 | 54 |
SWIFT_LOOPBACK_DISK_SIZE=${SWIFT_LOOPBACK_DISK_SIZE:-1000000}
|
| 55 | 55 |
|
| 56 | 56 |
# Set ``SWIFT_EXTRAS_MIDDLEWARE`` to extras middlewares. |
| 57 |
-# Default is ``staticweb, tempurl, bulk, formpost`` |
|
| 58 |
-SWIFT_EXTRAS_MIDDLEWARE=${SWIFT_EXTRAS_MIDDLEWARE:-tempurl formpost staticweb bulk}
|
|
| 57 |
+# Default is ``staticweb, tempurl, formpost`` |
|
| 58 |
+SWIFT_EXTRAS_MIDDLEWARE=${SWIFT_EXTRAS_MIDDLEWARE:-tempurl formpost staticweb}
|
|
| 59 | 59 |
|
| 60 | 60 |
# The ring uses a configurable number of bits from a path’s MD5 hash as |
| 61 | 61 |
# a partition index that designates a device. The number of bits kept |