S3ObjectMetaInfo

class S3ObjectMetaInfo(s3Object: S3Object) extends S3MetaInfo
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def eTag: Option[String]
Definition Classes
override
def lastModified: Option[Instant]
Definition Classes
override
def size: Option[Long]
Definition Classes
override
def storageClass: Option[StorageClass]
Definition Classes

Inherited methods

def acceptRanges: Option[String]
Inherited from
S3MetaInfo
def acl: Option[ObjectCannedACL]
Inherited from
S3MetaInfo
def cacheControl: Option[String]
Inherited from
S3MetaInfo
def contentDisposition: Option[String]
Inherited from
S3MetaInfo
def contentEncoding: Option[String]
Inherited from
S3MetaInfo
def contentLanguage: Option[String]
Inherited from
S3MetaInfo
def contentMD5: Option[String]
Inherited from
S3MetaInfo
def contentType: Option[String]
Inherited from
S3MetaInfo
def deleteMarker: Boolean
Inherited from
S3MetaInfo
def expiration: Option[String]
Inherited from
S3MetaInfo
def expires: Option[Instant]
Inherited from
S3MetaInfo
def metadata: Map[String, String]
Inherited from
S3MetaInfo
def missingMeta: Option[Int]
Inherited from
S3MetaInfo
def objectLockLegalHoldStatus: Option[ObjectLockLegalHoldStatus]
Inherited from
S3MetaInfo
def objectLockMode: Option[ObjectLockMode]
Inherited from
S3MetaInfo
def objectLockRetainUntilDate: Option[Instant]
Inherited from
S3MetaInfo
def partsCount: Option[Int]
Inherited from
S3MetaInfo
def range: Option[String]
Inherited from
S3MetaInfo
def replicationStatus: Option[ReplicationStatus]
Inherited from
S3MetaInfo
def requestCharged: Option[RequestCharged]
Inherited from
S3MetaInfo
def requestPayer: Option[RequestPayer]
Inherited from
S3MetaInfo
def restore: Option[String]
Inherited from
S3MetaInfo
def serverSideEncryption: Option[ServerSideEncryption]
Inherited from
S3MetaInfo
def sseCustomerAlgorithm: Option[String]
Inherited from
S3MetaInfo
def sseCustomerKey: Option[String]
Inherited from
S3MetaInfo
def sseCustomerKeyMD5: Option[String]
Inherited from
S3MetaInfo
def sseKmsEncryptionContext: Option[String]
Inherited from
S3MetaInfo
def sseKmsKeyId: Option[String]
Inherited from
S3MetaInfo
def tags: Option[Tagging]
Inherited from
S3MetaInfo
override
def toString: String
Definition Classes
S3MetaInfo -> Any
Inherited from
S3MetaInfo
def versionId: Option[String]
Inherited from
S3MetaInfo
def websiteRedirectLocation: Option[String]
Inherited from
S3MetaInfo