PolarExpress.Schemas.S3FileUploadPart (polar_express v0.1.5)

Copy Markdown View Source

S3FileUploadPart

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.S3FileUploadPart{
  checksum_sha256_base64: String.t() | nil,
  chunk_end: integer() | nil,
  chunk_start: integer() | nil,
  expires_at: DateTime.t() | nil,
  headers: %{required(String.t()) => String.t()} | nil,
  number: integer() | nil,
  url: String.t() | nil
}
  • checksum_sha256_base64 - Nullable.
  • chunk_end
  • chunk_start
  • expires_at - Format: date-time.
  • headers
  • number
  • url

Functions

schema_name()