Hi all,
I have an R2 bucket with endpoint https://XXX.r2.cloudflarestorage.com/bucket-dev
with a few files on it.
I want to access one of the files so I gathered it should be accessible at https://XXX.r2.cloudflarestorage.com/bucket-dev/project4/hello.txt
.
To allow that, I published a worker that allows the access based on a cookie.
When I go on the dashboard on the worker’s page, I can see that the bucket is listed in Settings > R2 Bucket Bindings
so I think it is correctly set up to be triggered when a request wants to read a file on the bucket.
When I issue request to get the file, I receive 401 responses though my code does not return 401 errors. And the dashboard shows requests incoming on the charts that correspond to my tests.
Does someone know where those 401 come from?