Closed austinmw closed 2 years ago
I ran into the exactly same issue. Has there been any progress on this?
I haven't found a solution.
@austinmw @waleedgondal
We're upstreaming the amazon-s3-plugin-for-pytorch into the torchdata package (https://github.com/pytorch/data/pull/318). We're dropping support for this plugin.
As for the ValueError: curlCode: 77, I think this issue may be relevant: https://github.com/curl/curl/issues/3793 Because the S3 plugin uses aws-sdk-cpp as its backend.
@ydaiming Great idea to put in torchdata, thanks!
I would like to add an input to this issue. It's possible to resolve the issue with the following commands to add an additional certificate at the proper location for cURL.
mkdir -p /etc/pki/tls/certs && cp /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt
Hi, I'm attempting to test S3 datasets in a Jupyter notebook on an EC2 instance. I've configured the cli with
aws configure
and the following command lists files successfully:However, the following results in an error:
Any idea what's up with this error?