Class AmazonS3Sender

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasPhysicalDestination, IConfigurable, IScopeProvider, ISender, ISenderWithParameters, IWithParameters, NameAware, AmazonS3FileSystemDelegator, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle

Sender to work with the Amazon S3 Filesystem.

In addition to regular parameters for filesystem senders, it is possible to set custom user-metadata on S3 files by prefixing parameter names with "FileAttribute."<F>. This prefix will be not be part of the actual metadata property name.

The string value of these parameters will be used as value of the custom metadata attribute.

  • Constructor Details

    • AmazonS3Sender

      public AmazonS3Sender()