tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[CI Problem] Missing AWS Key for S3 file cache storage

Open leandron opened this issue 1 year ago • 2 comments

I noticed this while running https://github.com/apache/tvm/actions/runs/9188515282.

@tqchen any idea who has access to AWS and can fix this?

This is the error I see:

+ aws s3 cp downloaded_file s3://tvm-ci-resources/2024-05-22/resnet50-v2-7.onnx
upload failed: ./downloaded_file to s3://tvm-ci-resources/2024-05-22/resnet50-v2-7.onnx An error occurred (InvalidAccessKeyId) when calling the CreateMultipartUpload operation: The AWS Access Key Id you provided does not exist in our records.

Related to #17017 and #17018.

leandron avatar May 22 '24 09:05 leandron

This also blocks https://github.com/apache/tvm/pull/17020

leandron avatar May 22 '24 12:05 leandron

this issue should be fixed now.

yongwww avatar May 22 '24 16:05 yongwww