Skip to content

Commit b4c9626

Browse files
authored
Merge pull request #1273 from lsst-it/IT-6536_update_bucket_notifications
(elqui) update ceph bucket notification
2 parents 790e4d9 + 17e05dc commit b4c9626

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

fleet/lib/rook-ceph-conf/charts/elqui/templates/obc-rubinobs-raw-comcam.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,7 @@ spec:
8181
topic: lsst.s3.raw.comcam
8282
events:
8383
- s3:ObjectCreated:*
84+
filter:
85+
keyFilters:
86+
- name: suffix
87+
value: .fits

fleet/lib/rook-ceph-conf/charts/elqui/templates/obc-rubinobs-raw-latiss.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,7 @@ spec:
8181
topic: lsst.s3.raw.latiss
8282
events:
8383
- s3:ObjectCreated:*
84+
filter:
85+
keyFilters:
86+
- name: suffix
87+
value: .fits

fleet/lib/rook-ceph-conf/charts/elqui/templates/obc-rubinobs-raw-lsstcam.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,7 @@ spec:
8181
topic: lsst.s3.raw.lsstcam
8282
events:
8383
- s3:ObjectCreated:*
84+
filter:
85+
keyFilters:
86+
- name: suffix
87+
value: .fits

0 commit comments

Comments
 (0)