badalprasadsingh opened a new pull request, #1561: URL: https://github.com/apache/iceberg-go/pull/1561
## Description Vended storage credentials were reused until their exact expiry, with no safety margin. Under in-flight request latency the underlying `S3/GCS/ADLS` call could land after expiry, causing intermittent errors and aborted transactions. Fixes #1560 The solution in this PR aligns the Go client with Iceberg-Java's [5-minute prefetch buffer](https://github.com/apache/iceberg/blob/60975ecd8d9352cfe62448dd59915b7d7bd57011/aws/src/main/java/org/apache/iceberg/aws/s3/VendedCredentialsProvider.java#L133) from the expiration time and refreshes proactively. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
