Customer Portal

UniversalDataWriter and data encryption for AWS s3 services

Comments 2

  • Avatar
    Pedro Vazquez Rosario
    0
    Comment actions Permalink
    Hi ramiro,

    At the moment there is only one way to enable SSE (server-side encryption) and when activated will encrypt all newly created files to S3. Since CloverETL uses JetS3t library to communicate with Amazon S3, you can use the attached jar files to encrypt freshly created files.

    If you use CloverETL Designer only, please copy the attached file jets3t.jar into the Runtime classpath (Window - Preferences - ETL Runtime - User Classpath) of CloverETL Designer.

    If you use CloverETL Server, please copy the attached file jetS3t.jar to a classpath directory. For example, if you are using Tomcat, please copy this file into <tomcat_home>/lib directory and restart your server.

    edit: We don't use the JetS3t library for S3 connections, we have since replaced it with Amazon SDK, but we have maintained the backward compatibility

    jets3t.zip
  • Avatar
    ramiro
    0
    Comment actions Permalink
    Thank you!

Please sign in to leave a comment.