summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-02-27 10:39:38 -0800
committerTim Burke <tim.burke@gmail.com>2021-03-01 10:55:15 -0800
commit81db9806901a83f4d0016446cdc48e700ab6e788 (patch)
treee4cdf38e3e807ec9192f49894b3ad699fb6ec6dd /.zuul.yaml
parentc5152ed4d3a37c5e0017be9f0445bf0868561b96 (diff)
downloadswift-81db9806901a83f4d0016446cdc48e700ab6e788.tar.gz
s3api: Pass through CORS headers
This adds support for presigned GET URLs, at least. Note that there is no support yet for preflight requests, so a whole bunch of other CORS stuff *doesn't* work (yet). This was just an easy first step. Change-Id: I43150a630a2a7620099e6bfecaed3bbe958ba423
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index ff2cd0278..9d30139e2 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -272,6 +272,8 @@
description: |
Setup a SAIO dev environment and run ceph-s3tests
timeout: 5400
+ vars:
+ s3_acl: yes
pre-run:
- tools/playbooks/common/install_dependencies.yaml
- tools/playbooks/saio_single_node_setup/setup_saio.yaml
@@ -315,7 +317,10 @@
description: |
Setup a SAIO dev environment and run Swift's CORS functional tests
timeout: 1200
+ vars:
+ s3_acl: no
pre-run:
+ - tools/playbooks/saio_single_node_setup/add_s3api.yaml
- tools/playbooks/cors/install_selenium.yaml
run: tools/playbooks/cors/run.yaml
post-run: tools/playbooks/cors/post.yaml