From 5b3799182ce97864e90f9b4a522a56b92749116b Mon Sep 17 00:00:00 2001 From: Bilal Baqar Date: Thu, 20 May 2021 12:45:01 -0500 Subject: [PATCH] Added s3 endpoints for gpas-cleversafe and cephb --- cdisutils/storage3.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cdisutils/storage3.py b/cdisutils/storage3.py index c52fe5f..27e768c 100644 --- a/cdisutils/storage3.py +++ b/cdisutils/storage3.py @@ -110,7 +110,9 @@ def load_creds(): } s3_endpoint_defaults = { "ceph": "ceph.service.consul", + 'cephb' : 'gdc-cephb-objstore.osdc.io', "cleversafe": "cleversafe.service.consul", + 'cleversafe_gpas' : 'gdc-gpas-objstore.osdc.io', "aws": "s3-external-1.amazonaws.com", "jamboree": "gdc-accessors-jamboree.osdc.io", "pdc": "bionimbus-objstore-cs.opensciencedatacloud.org",