tldr
tldr
CDCloudflare Developers
Created by tldr on 10/25/2024 in #general-help
R2 file retrieval error
Subject: Error while downloading a file (that exists) from R2 Hello, I'm trying to download a file from R2 using aws s3, but for some reason I'm getting the "An error occurred (InternalError) when calling the GetObject operation (reached max retries: 2): We encountered an internal error. Please try again.". I don't really know what to do, I'm afraid that's an issue from the CloudFlare's side. It tries to get the file (~174mb), but upon getting into 129th mb it shows me that error. File itself exists in the bucket. Code:
aws s3 cp s3://$bucket/$object . --profile r2 --endpoint $myendpoint
aws s3 cp s3://$bucket/$object . --profile r2 --endpoint $myendpoint
2 replies