Xuanwo opened a new pull request, #5178: URL: https://github.com/apache/opendal/pull/5178
# Which issue does this PR close? None # Rationale for this change This PR will mark xml deserialize error as temporary during list ``` // Allow S3 list to retry on XML deserialization errors. // // This is because the S3 list API may return incomplete XML data under high load. // We are confident that our XML decoding logic is correct. When this error occurs, // we allow retries to obtain the correct data. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
