From 56ac8ab25bffe3469b8e8c5e00d96ac89123f43d Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Fri, 27 Aug 2021 21:48:55 +0000 Subject: [PATCH] Update s3_file_storage.rst --- docs/howto/s3_file_storage.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/howto/s3_file_storage.rst b/docs/howto/s3_file_storage.rst index ba03638..40cf5bc 100644 --- a/docs/howto/s3_file_storage.rst +++ b/docs/howto/s3_file_storage.rst @@ -23,6 +23,12 @@ Or set environment variables `S3_ACCESS_KEY` and `S3_SECRET_KEY` instead of usin export S3_ACCESS_KEY=<login> export S3_SECRET_KEY=<password> +If you encounter `Forbidden (403)` errors at BNL RCF, try adding the `NOPROXY` option: + +.. code:: C++ + + TFile* file = TFile::Open("s3https://dtn01.sdcc.bnl.gov:9000/eictest/ATHENA/<path>.root","NOPROXY AUTH=<login>:<password>"); + XRootD access ------------- -- GitLab