S3Metadata

final case class S3Metadata(contentLength: S3ContentLengthBytes, javaMetadata: HeadObjectResponse)
Value Params
contentLength

Neatly parsed and categorized metadata

javaMetadata

All metadata returned by the Java SDK, in time this will be phased out, as we add more and more properly structured data to this case class.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product