Merge "s3api: Pass through CORS headers"

This commit is contained in:
Zuul
2021-03-12 23:39:05 +00:00
committed by Gerrit Code Review
11 changed files with 371 additions and 26 deletions

View File

@@ -21,3 +21,11 @@
regexp: "container_sync tempauth"
replace: "container_sync s3api tempauth"
become: true
- name: Set s3_acl option
ini_file:
path: "/etc/swift/proxy-server.conf"
section: "filter:s3api"
option: "s3_acl"
value: "{{ s3_acl }}"
become: true