ExDaytona.ObjectStorage.Access (ex_daytona v0.3.0)

Copy Markdown View Source

Temporary object-storage push credentials. Inspection redacts the credential fields — use the struct fields directly when signing.

Summary

Types

t()

@type t() :: %ExDaytona.ObjectStorage.Access{
  access_key: term(),
  bucket: term(),
  organization_id: term(),
  region: term(),
  secret: term(),
  session_token: term(),
  storage_url: term()
}