steveloughran commented on pull request #2043: URL: https://github.com/apache/hadoop/pull/2043#issuecomment-637058889
not yet tested. @bgaborg -will this do? the APIs only allow each DT issuer to issue zero or one token, but you can return a list of other implementations of the DT issuer API. To offer multiple tokens, you will need to implement this interface and return whatever token identifiers you like. They don't need to be subclasses of the S3A one. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
