S3ObjectMetaInfo

blobstore.s3.S3MetaInfo$.S3ObjectMetaInfo
class S3ObjectMetaInfo(s3Object: S3Object) extends S3MetaInfo

Attributes

Graph
Supertypes
trait S3MetaInfo
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def eTag: Option[String]

Attributes

Definition Classes
override def lastModified: Option[Instant]

Attributes

Definition Classes
override def size: Option[Long]

Attributes

Definition Classes
override def storageClass: Option[StorageClass]

Attributes

Definition Classes

Inherited methods

def acceptRanges: Option[String]

Attributes

Inherited from:
S3MetaInfo
def acl: Option[ObjectCannedACL]

Attributes

Inherited from:
S3MetaInfo
def cacheControl: Option[String]

Attributes

Inherited from:
S3MetaInfo
def contentDisposition: Option[String]

Attributes

Inherited from:
S3MetaInfo
def contentEncoding: Option[String]

Attributes

Inherited from:
S3MetaInfo
def contentLanguage: Option[String]

Attributes

Inherited from:
S3MetaInfo
def contentMD5: Option[String]

Attributes

Inherited from:
S3MetaInfo
def contentType: Option[String]

Attributes

Inherited from:
S3MetaInfo
def deleteMarker: Boolean

Attributes

Inherited from:
S3MetaInfo
def expiration: Option[String]

Attributes

Inherited from:
S3MetaInfo
def expires: Option[Instant]

Attributes

Inherited from:
S3MetaInfo
def metadata: Map[String, String]

Attributes

Inherited from:
S3MetaInfo
def missingMeta: Option[Int]

Attributes

Inherited from:
S3MetaInfo
def objectLockLegalHoldStatus: Option[ObjectLockLegalHoldStatus]

Attributes

Inherited from:
S3MetaInfo
def objectLockMode: Option[ObjectLockMode]

Attributes

Inherited from:
S3MetaInfo
def objectLockRetainUntilDate: Option[Instant]

Attributes

Inherited from:
S3MetaInfo
def partsCount: Option[Int]

Attributes

Inherited from:
S3MetaInfo
def range: Option[String]

Attributes

Inherited from:
S3MetaInfo
def replicationStatus: Option[ReplicationStatus]

Attributes

Inherited from:
S3MetaInfo
def requestCharged: Option[RequestCharged]

Attributes

Inherited from:
S3MetaInfo
def requestPayer: Option[RequestPayer]

Attributes

Inherited from:
S3MetaInfo
def restore: Option[String]

Attributes

Inherited from:
S3MetaInfo
def serverSideEncryption: Option[ServerSideEncryption]

Attributes

Inherited from:
S3MetaInfo
def sseCustomerAlgorithm: Option[String]

Attributes

Inherited from:
S3MetaInfo
def sseCustomerKey: Option[String]

Attributes

Inherited from:
S3MetaInfo
def sseCustomerKeyMD5: Option[String]

Attributes

Inherited from:
S3MetaInfo
def sseKmsEncryptionContext: Option[String]

Attributes

Inherited from:
S3MetaInfo
def sseKmsKeyId: Option[String]

Attributes

Inherited from:
S3MetaInfo
def tags: Option[Tagging]

Attributes

Inherited from:
S3MetaInfo
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
S3MetaInfo -> Any
Inherited from:
S3MetaInfo
def versionId: Option[String]

Attributes

Inherited from:
S3MetaInfo
def websiteRedirectLocation: Option[String]

Attributes

Inherited from:
S3MetaInfo