steveloughran commented on pull request #2706: URL: https://github.com/apache/hadoop/pull/2706#issuecomment-787448183
we get the filelength back in the list API calls; with [the v2 LIST](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html) being the one we default to. it returns file name, length, timestamp, etag, storage class and optionally owner (we don't) This is what has blocked us before: code which goes from list dir -> fileStatus[]. foreach.open().read(). if the length of a file in listing != that of the file in read, things break. Lots of things. if we still can't do unpadded CSE, it's still unusable for our workloads ---------------------------------------------------------------- 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]
