bgaborg commented on a change in pull request #1668: HADOOP-16645. S3A
Delegation Token extension point to use StoreContext.
URL: https://github.com/apache/hadoop/pull/1668#discussion_r339552100
##########
File path:
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java
##########
@@ -555,6 +558,26 @@ private void bindAWSClient(URI name, boolean dtEnabled)
throws IOException {
.createS3Client(getUri(), bucket, credentials, uaSuffix);
}
+ /**
+ * Implementation of all operations used by delegation tokens.
+ */
+ private class DelegationOperationsImpl implements DelegationOperations {
Review comment:
With every commit, I try to factor out a little bit from S3AFs and DDB. I'd
like to know if there's a possibility for this to get factored out instead of
adding this to the S3AFs class.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]