Skip to content
Snippets Groups Projects
Commit af8255a7 authored by Constantin Pape's avatar Constantin Pape
Browse files

Fix embl s3 endpoint

parent 9ed40f9b
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
</Timepoints>
<ImageLoader format="bdv.n5.s3">
<Key>0.6.5/segmentations/s3-n5/sbem-6dpf-1-whole-segmented-cells-labels.n5</Key>
<ServiceEndpoint>https://s3/embl.de</ServiceEndpoint>
<ServiceEndpoint>https://s3.embl.de</ServiceEndpoint>
<BucketName>platybrowser</BucketName>
<SigningRegion>us-west-2</SigningRegion>
</ImageLoader>
......
......@@ -98,7 +98,7 @@ def make_xml_s3(in_file, out_file, path_in_bucket,
# TODO read this from the s3 config instead
el = ET.SubElement(imgload, 'ServiceEndpoint')
el.text = 'https://s3/embl.de'
el.text = 'https://s3.embl.de'
el = ET.SubElement(imgload, 'BucketName')
el.text = 'platybrowser'
el = ET.SubElement(imgload, 'SigningRegion')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment