You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Michael Becker (JIRA)" <ji...@apache.org> on 2015/01/06 20:03:34 UTC

[jira] [Resolved] (FLUME-2585) Add s3 server-side encryption

     [ https://issues.apache.org/jira/browse/FLUME-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Becker resolved FLUME-2585.
-----------------------------------
    Resolution: Not a Problem

We found that this is configurable via '/etc/hadoop/conf/core-site.xml.' The following config does the trick:

{code:xml}
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

<configuration>
  <property>
    <name>fs.s3n.server-side-encryption-algorithm</name>
    <value>AES256</value>
  </property>
</configuration>
{code}

> Add s3 server-side encryption
> -----------------------------
>
>                 Key: FLUME-2585
>                 URL: https://issues.apache.org/jira/browse/FLUME-2585
>             Project: Flume
>          Issue Type: New Feature
>    Affects Versions: v1.5.0
>            Reporter: Michael Becker
>
> HADOOP-10568 added support for s3 server side encryption by adding a new configuration variable 'fs.s3n.server-side-encryption-algorithm.' This variable is not yet supported in the flume hdfs sink.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)