shameersss1 commented on PR #6884: URL: https://github.com/apache/hadoop/pull/6884#issuecomment-2446408085
> Thinking about this some more: those .instruction files raise a lot of problems; I don't like the way t > > There's already the notion that files beginning with . or _ are _hidden_, applications scanning directo > > So do we really need to hide them at all? Making them visible stops us playing yet more tricks with the > > What is actually in the files? Is it just some list of attributes encrypted with the same CSE settings? 1. Instruction file contains metadata about the encryption and some headers. 2. If a file named "abc" is written to s3 with CSE V1 with Instruction mode, It will store two files, "abc" and "abc.instruction" 3. So we are ultimately skipping all files ending .instruction when that flag is enabled. -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org