Skip to content

Commit 8066bb4

Browse files
committed
set secret and password to None
1 parent 22f2250 commit 8066bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activestorage/active.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ def _process_chunk(self, session, fsref, chunk_coords, chunk_selection, counts,
451451
dtype = self._dtype
452452
S3_URL = "https://uor-aces-o.s3-ext.jc.rl.ac.uk"
453453
bucket = "bnl"
454-
object = "/" + os.path.basename(object)
454+
object = os.path.basename(object)
455455
print("Shoehorned args to Reductionist", S3_URL, bucket, object)
456456
tmp, count = reductionist.reduce_chunk(session, S3_ACTIVE_STORAGE_URL,
457457
S3_URL,

0 commit comments

Comments
 (0)