From 04d994e1479390b51ce4437ae9b280f564f96a2c Mon Sep 17 00:00:00 2001 From: Varsiha Date: Thu, 28 May 2026 15:22:05 +0100 Subject: [PATCH 1/2] modified to now use anon bucket --- tests/test_real_s3.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test_real_s3.py b/tests/test_real_s3.py index bd97b979..d8d77ace 100644 --- a/tests/test_real_s3.py +++ b/tests/test_real_s3.py @@ -110,9 +110,7 @@ def test_s3_small_file(): def test_s3_small_dataset(): """Run an S3 test on a small file.""" storage_options = { - 'key': "f2d55c6dcfc7618b2c34e00b58df3cef", - 'secret': - "$/'#M{0{/4rVhp%n^(XeX$q@y#&(NM3W1->~N.Q6VP.5[@bLpi='nt]AfH)>78pT", + "anon": True, 'client_kwargs': { 'endpoint_url': "https://uor-aces-o.s3-ext.jc.rl.ac.uk" }, From ea2525d08757ffc6fdf5b0f0099d4279eb852f87 Mon Sep 17 00:00:00 2001 From: Varsiha Date: Thu, 11 Jun 2026 16:58:13 +0100 Subject: [PATCH 2/2] changes to include anon bucket --- tests/test_real_s3.py | 4 +--- tests/test_real_s3_with_axes.py | 9 +++------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/tests/test_real_s3.py b/tests/test_real_s3.py index d8d77ace..32922f46 100644 --- a/tests/test_real_s3.py +++ b/tests/test_real_s3.py @@ -136,9 +136,7 @@ def test_s3_small_dataset(): def test_s3_dataset(): """Run somewhat as the 'gold' test.""" storage_options = { - 'key': "f2d55c6dcfc7618b2c34e00b58df3cef", - 'secret': - "$/'#M{0{/4rVhp%n^(XeX$q@y#&(NM3W1->~N.Q6VP.5[@bLpi='nt]AfH)>78pT", + "anon": True, 'client_kwargs': { 'endpoint_url': "https://uor-aces-o.s3-ext.jc.rl.ac.uk" }, diff --git a/tests/test_real_s3_with_axes.py b/tests/test_real_s3_with_axes.py index 57f09395..b5aea8ac 100644 --- a/tests/test_real_s3_with_axes.py +++ b/tests/test_real_s3_with_axes.py @@ -11,8 +11,7 @@ def build_active_test1_file(): """Run an integration test with real data off S3 but with a small file.""" storage_options = { - 'key': "f2d55c6dcfc7618b2c34e00b58df3cef", - 'secret': "$/'#M{0{/4rVhp%n^(XeX$q@y#&(NM3W1->~N.Q6VP.5[@bLpi='nt]AfH)>78pT", + "anon": True, 'client_kwargs': {'endpoint_url': "https://uor-aces-o.s3-ext.jc.rl.ac.uk"}, # final proxy } active_storage_url = "https://reductionist.jasmin.ac.uk/" # Wacasoft new Reductionist @@ -36,8 +35,7 @@ def build_active_test1_file(): def build_active_small_file(): """Run an integration test with real data off S3 but with a small file.""" storage_options = { - 'key': "f2d55c6dcfc7618b2c34e00b58df3cef", - 'secret': "$/'#M{0{/4rVhp%n^(XeX$q@y#&(NM3W1->~N.Q6VP.5[@bLpi='nt]AfH)>78pT", + "anon": True, 'client_kwargs': {'endpoint_url': "https://uor-aces-o.s3-ext.jc.rl.ac.uk"}, # final proxy } active_storage_url = "https://reductionist.jasmin.ac.uk/" # Wacasoft new Reductionist @@ -92,8 +90,7 @@ def test_small_file_axis_0_1_compare_with_numpy(): def build_active(): """Run an integration test with real data off S3.""" storage_options = { - 'key': "f2d55c6dcfc7618b2c34e00b58df3cef", - 'secret': "$/'#M{0{/4rVhp%n^(XeX$q@y#&(NM3W1->~N.Q6VP.5[@bLpi='nt]AfH)>78pT", + "anon": True, 'client_kwargs': {'endpoint_url': "https://uor-aces-o.s3-ext.jc.rl.ac.uk"}, # final proxy } active_storage_url = "https://reductionist.jasmin.ac.uk/" # Wacasoft new Reductionist