case class UploadSettings(acl: Option[ObjectCannedACL] = None, grantFullControl: Option[String] = None, grantRead: Option[String] = None, grantReadACP: Option[String] = None, grantWriteACP: Option[String] = None, serverSideEncryption: Option[String] = None, sseCustomerAlgorithm: Option[String] = None, sseCustomerKey: Option[String] = None, sseCustomerKeyMD5: Option[String] = None, ssekmsEncryptionContext: Option[String] = None, ssekmsKeyId: Option[String] = None, requestPayer: Option[RequestPayer] = None, lastUploadTimeout: FiniteDuration = 1.minute) extends Product with Serializable
- grantFullControl
Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.
- grantRead
Allows grantee to read the object data and its metadata.
- grantReadACP
Allows grantee to read the object ACL.
- grantWriteACP
Allows grantee to write the ACL for the applicable object.
- serverSideEncryption
The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).
- sseCustomerAlgorithm
Specifies the algorithm to use to when encrypting the object (for example, AES256).
- sseCustomerKey
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
- sseCustomerKeyMD5
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
- ssekmsEncryptionContext
Specifies the AWS KMS Encryption Context to use for object encryption.
- ssekmsKeyId
Specifies the ID of the symmetric customer managed AWS KMS CMK to use for object encryption.
- requestPayer
Returns the value of the RequestPayer property for this object.
- Source
- UploadSettings.scala
- Alphabetic
- By Inheritance
- UploadSettings
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new UploadSettings(acl: Option[ObjectCannedACL] = None, grantFullControl: Option[String] = None, grantRead: Option[String] = None, grantReadACP: Option[String] = None, grantWriteACP: Option[String] = None, serverSideEncryption: Option[String] = None, sseCustomerAlgorithm: Option[String] = None, sseCustomerKey: Option[String] = None, sseCustomerKeyMD5: Option[String] = None, ssekmsEncryptionContext: Option[String] = None, ssekmsKeyId: Option[String] = None, requestPayer: Option[RequestPayer] = None, lastUploadTimeout: FiniteDuration = 1.minute)
- grantFullControl
Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.
- grantRead
Allows grantee to read the object data and its metadata.
- grantReadACP
Allows grantee to read the object ACL.
- grantWriteACP
Allows grantee to write the ACL for the applicable object.
- serverSideEncryption
The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).
- sseCustomerAlgorithm
Specifies the algorithm to use to when encrypting the object (for example, AES256).
- sseCustomerKey
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
- sseCustomerKeyMD5
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
- ssekmsEncryptionContext
Specifies the AWS KMS Encryption Context to use for object encryption.
- ssekmsKeyId
Specifies the ID of the symmetric customer managed AWS KMS CMK to use for object encryption.
- requestPayer
Returns the value of the RequestPayer property for this object.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val acl: Option[ObjectCannedACL]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val grantFullControl: Option[String]
- val grantRead: Option[String]
- val grantReadACP: Option[String]
- val grantWriteACP: Option[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lastUploadTimeout: FiniteDuration
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val requestPayer: Option[RequestPayer]
- val serverSideEncryption: Option[String]
- val sseCustomerAlgorithm: Option[String]
- val sseCustomerKey: Option[String]
- val sseCustomerKeyMD5: Option[String]
- val ssekmsEncryptionContext: Option[String]
- val ssekmsKeyId: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()