Has anyone found a way to access the objects in a non-public R2 bucket from a Mac? I believe I have my access token set up correctly. But every access method I try runs into a TLS handshake error or similar. I've tried several of the suggested methods on the website (e.g. boto3), S3 packages (e.g., S3 package in R), as well as S3 clients (e.g., Cyberduck). I've tried forcing Python to use OpenSSL (as opposed to LibreSSL) and it runs into the same type of error. I've tried diagnosing with help from ChatGPT 4 and while I've attempted a variety of solutions it proposed, none have worked.