Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.2.0
-
None
-
None
Description
Currently S3AUtils.translateException will convert NoAuthWithAWSException AccessDeniedException but not the superclass CredentialInitializationException.
That is just mapped to the generic AWSClientIOException, which is considered retryable on idempotent calls.
This means that if any DT provider/AWS auth chain raises CredentialInitializationException., such as during the FS init, the operation will be retried until it eventually times out.
Attachments
Issue Links
- links to