[ https://issues.apache.org/jira/browse/HADOOP-18708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894124#comment-17894124 ]
ASF GitHub Bot commented on HADOOP-18708: ----------------------------------------- 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. > AWS SDK V2 - Implement CSE > -------------------------- > > Key: HADOOP-18708 > URL: https://issues.apache.org/jira/browse/HADOOP-18708 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 > Affects Versions: 3.4.0 > Reporter: Ahmar Suhail > Assignee: Syed Shameerur Rahman > Priority: Major > Labels: pull-request-available > > S3 Encryption client for SDK V2 is now available, so add client side > encryption back in. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org