Jido.VFS.Adapter.S3.Config (Jido.VFS v1.0.0)

View Source

Runtime configuration for the S3 adapter.

Summary

Types

t()

@type t() :: %Jido.VFS.Adapter.S3.Config{
  bucket: String.t() | nil,
  config: keyword() | map() | nil,
  prefix: String.t() | nil
}