[ 
https://issues.apache.org/jira/browse/HADOOP-17871?focusedWorklogId=658813&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-658813
 ]

ASF GitHub Bot logged work on HADOOP-17871:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Oct/21 08:22
            Start Date: 01/Oct/21 08:22
    Worklog Time Spent: 10m 
      Work Description: mehakmeet opened a new pull request #3507:
URL: https://github.com/apache/hadoop/pull/3507


   
     This migrates the fs.s3a-server-side encryption configuration options
     to a name which covers client-side encryption too.
   
     fs.s3a.server-side-encryption-algorithm becomes fs.s3a.encryption.algorithm
     fs.s3a.server-side-encryption.key becomes fs.s3a.encryption.key
   
     The existing keys remain valid, simply deprecated and remapped
     to the new values. If you want server-side encryption options
     to be picked up regardless of hadoop versions, use
     the old keys.
   
     (the old key also works for CSE, though as no version of Hadoop
     with CSE support has shipped without this remapping, it's less
     relevant)
   
   
     Contributed by: Mehakmeet Singh


-- 
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 658813)
    Time Spent: 3h  (was: 2h 50m)

> S3A CSE: minor tuning
> ---------------------
>
>                 Key: HADOOP-17871
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17871
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 3.4.0
>            Reporter: Steve Loughran
>            Assignee: Mehakmeet Singh
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> Some minor tuning to the CSE encryption support before backporting to 3.3.x 
> and so shipping this year
> * LogExactlyOnce an "please ignore the warning" message to a new log 
> ("org.apache.hadoop.fs.s3a.encryption") which can be set to ERROR if you get 
> bored of the message.
> * Extend testing_s3a.md and the SDK upgrade runbook: test CSE always
> * change property name of encryption key (maybe: fs.s3a.encryption) and add 
> mapping in S3AFileSystem.addDeprecatedKeys ... docs will need updating too.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to