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