Skip to content

Commit 099be08

Browse files
committed
use Wacasoft server
1 parent 3bb9494 commit 099be08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activestorage/active.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ def _process_chunk(self, session, ds, chunks, chunk_coords, chunk_selection,
616616
# special case for "anon=True" buckets that work only with e.g.
617617
# fs = s3fs.S3FileSystem(anon=True, client_kwargs={'endpoint_url': S3_URL})
618618
# where file uri = bucketX/fileY.mc
619-
print("S3 Storage options to Reductionist:", self.storage_options)
619+
# print("S3 Storage options to Reductionist:", self.storage_options)
620620
if self.storage_options.get("anon", None) == True:
621621
bucket = os.path.dirname(parsed_url.path) # bucketX
622622
object = os.path.basename(parsed_url.path) # fileY
@@ -650,7 +650,7 @@ def _process_chunk(self, session, ds, chunks, chunk_coords, chunk_selection,
650650

651651
# Reductionist returns "count" as a list even for single elements
652652
tmp, count = reductionist.reduce_chunk(session,
653-
"https://192.171.169.113:8080",
653+
"https://reductionist.jasmin.ac.uk/", # Wacasoft
654654
self.filename,
655655
bucket, self.filename, offset,
656656
size, compressor, filters,

0 commit comments

Comments
 (0)