Firkin.Object (firkin v0.2.0)

Copy Markdown View Source

Represents an S3 object returned by GetObject.

Summary

Types

t()

@type t() :: %Firkin.Object{
  body: iodata() | Enumerable.t(),
  content_length: non_neg_integer(),
  content_type: String.t(),
  etag: String.t(),
  last_modified: DateTime.t(),
  metadata: %{required(String.t()) => String.t()},
  total_size: non_neg_integer() | nil
}