How to debug S3 errors with torchdata?

I’m getting the following error:

ValueError: curlCode: 77, Problem with the SSL CA cert (path? access rights?)

for the code:

    handler = torchdata._torchdata.S3Handler(1000, "us-west-2")
    obj = handler.s3_read("s3://datasets-v2/150GBv2/fb644bd37250431ab67eb5b4a312bf22_000000.parquet")

What’s confusing is that, both boto3 and the AWS CLI are working fine. So, I’m not sure how my credentials could be wrong.

That seems to be an issue with AWS SDK which is hard for us to debug.

As a workaround, is it possible for you to use fsspec DataPipes?