From 04d994e1479390b51ce4437ae9b280f564f96a2c Mon Sep 17 00:00:00 2001 From: Varsiha Date: Thu, 28 May 2026 15:22:05 +0100 Subject: [PATCH] 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" },