Enable s3api in saio docker container
Change-Id: Ie759c4092408a210d32f6457142457087343d33a
This commit is contained in:
parent
74e1f2e053
commit
ccd3b890cd
@ -39,13 +39,6 @@ use = egg:swift#slo
|
|||||||
use = egg:swift#container_sync
|
use = egg:swift#container_sync
|
||||||
current = //saio/saio_endpoint
|
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]
|
[filter:tempurl]
|
||||||
use = egg:swift#tempurl
|
use = egg:swift#tempurl
|
||||||
|
|
||||||
@ -88,6 +81,9 @@ use = egg:swift#symlink
|
|||||||
# To enable, add the s3api middleware to the pipeline before tempauth
|
# To enable, add the s3api middleware to the pipeline before tempauth
|
||||||
[filter:s3api]
|
[filter:s3api]
|
||||||
use = egg:swift#s3api
|
use = egg:swift#s3api
|
||||||
|
s3_acl = yes
|
||||||
|
dns_compliant_bucket_names = no
|
||||||
|
check_bucket_owner = yes
|
||||||
|
|
||||||
# Example to create root secret: `openssl rand -base64 32`
|
# Example to create root secret: `openssl rand -base64 32`
|
||||||
[filter:keymaster]
|
[filter:keymaster]
|
||||||
|
@ -9,7 +9,7 @@ log_name = proxy-server
|
|||||||
user = swift
|
user = swift
|
||||||
|
|
||||||
[pipeline:main]
|
[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]
|
[filter:catch_errors]
|
||||||
use = egg:swift#catch_errors
|
use = egg:swift#catch_errors
|
||||||
@ -35,17 +35,6 @@ use = egg:swift#dlo
|
|||||||
[filter:slo]
|
[filter:slo]
|
||||||
use = egg:swift#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]
|
[filter:tempurl]
|
||||||
use = egg:swift#tempurl
|
use = egg:swift#tempurl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user