File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,8 @@ functions:
417417 - src/github.com/mongodb/mongodb-kubernetes/logs/*
418418 remote_file : logs/${task_id}/${execution}/
419419 bucket : operator-e2e-artifacts
420- permissions : public-read
420+ permissions : private
421+ visibility : signed
421422 content_type : text/plain
422423 - command : attach.xunit_results
423424 params :
@@ -432,7 +433,8 @@ functions:
432433 - src/github.com/mongodb/mongodb-kubernetes/logs/*
433434 remote_file : logs/${task_id}/${execution}/
434435 bucket : operator-e2e-artifacts
435- permissions : public-read
436+ permissions : private
437+ visibility : signed
436438 content_type : text/plain
437439 - command : gotest.parse_files
438440 params :
@@ -448,7 +450,8 @@ functions:
448450 - src/github.com/mongodb/mongodb-kubernetes/public/architectures/**/*.out
449451 remote_file : logs/${task_id}/${execution}/
450452 bucket : operator-e2e-artifacts
451- permissions : public-read
453+ permissions : private
454+ visibility : signed
452455 content_type : text/plain
453456
454457 preflight_image :
You can’t perform that action at this time.
0 commit comments