From ccd3b890cdddca132b4d9cdd9372a9927bfb5aac Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Fri, 14 Jun 2019 15:16:45 +0100 Subject: Enable s3api in saio docker container Change-Id: Ie759c4092408a210d32f6457142457087343d33a --- docker/rootfs/etc/swift/proxy-server.conf | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'docker') diff --git a/docker/rootfs/etc/swift/proxy-server.conf b/docker/rootfs/etc/swift/proxy-server.conf index 56eb8b0b2..0e7caf7b0 100644 --- a/docker/rootfs/etc/swift/proxy-server.conf +++ b/docker/rootfs/etc/swift/proxy-server.conf @@ -9,7 +9,7 @@ log_name = proxy-server user = swift [pipeline:main] -pipeline = catch_errors gatekeeper healthcheck proxy-logging cache listing_formats bulk tempurl ratelimit tempauth staticweb copy container-quotas account-quotas slo dlo versioned_writes symlink proxy-logging proxy-server +pipeline = catch_errors gatekeeper healthcheck proxy-logging cache listing_formats bulk tempurl ratelimit s3api tempauth staticweb copy container-quotas account-quotas slo dlo versioned_writes symlink proxy-logging proxy-server [filter:catch_errors] use = egg:swift#catch_errors @@ -35,17 +35,6 @@ use = egg:swift#dlo [filter:slo] use = egg:swift#slo -[filter:container_sync] -use = egg:swift#container_sync -current = //saio/saio_endpoint - -[filter:s3api] -use = egg:swift#s3api -# Add this filter to your pipeline if you want to test with the S3 protocol. -s3_acl = yes -dns_compliant_bucket_names = no -check_bucket_owner = yes - [filter:tempurl] use = egg:swift#tempurl -- cgit v1.2.1