Skip to content

Commit 4e64195

Browse files
committed
Fixed default service endpoint
1 parent 2ec1a83 commit 4e64195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flamingo_tools/s3_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Dedicated bucket for cochlea lightsheet project
1212
MOBIE_FOLDER = "/mnt/vast-nhr/projects/nim00007/data/moser/cochlea-lightsheet/mobie_project/cochlea-lightsheet"
13-
SERVICE_ENDPOINT = "https://s3.gwdg.de/"
13+
SERVICE_ENDPOINT = "https://s3.fs.gwdg.de/"
1414
BUCKET_NAME = "cochlea-lightsheet"
1515

1616
DEFAULT_CREDENTIALS = os.path.expanduser("~/.aws/credentials")

0 commit comments

Comments
 (0)