Package

net.spals.appbuilder.filestore

s3

Permalink

package s3

Visibility
  1. Public
  2. All

Type Members

  1. case class S3EncryptionHolder(value: Optional[AmazonS3Encryption]) extends Product with Serializable

    Permalink

    A wrapper around an AmazonS3Encryption object which allows the object to be undefined.

    A wrapper around an AmazonS3Encryption object which allows the object to be undefined.

    Consumers should check the value before using it.

  2. case class S3TransferEncryptionHolder(value: Optional[TransferManager]) extends Product with Serializable

    Permalink

    A wrapper around a TransferManager object which allows the object to be undefined.

    A wrapper around a TransferManager object which allows the object to be undefined. If present, the TransferManager will be enabled with encryption capabilities.

    Consumers should check the value before using it.

Ungrouped