steveloughran commented on PR #5872:
URL: https://github.com/apache/hadoop/pull/5872#issuecomment-1677551297
HADOOP-18820. SDK v1 cut: S3AInternals
move "public" s3 client api calls out of S3AFS and into a new S3AInternals
interface which is implemented by a non-static inner class.
This
* has accessor method getS3AInternals()
* calls out that the methods are internal
* allows for future refactoring to move the implementation
out of s3a FileSystem class *completely*
* provides a home for any other low-level calls we want to make public
Issues from this
1. kept S3AFileSystem.getObjectMetadata() in s3a fs but tagged as deprecated.
Given that existing calls will all fail to link (new response class) I'm
thinking that
we can cut it.
--
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]