Aliyun.Oss.Config (aliyun_oss v2.0.0)

Link to this section Summary

Link to this section Types

@type config() :: %{
  endpoint: String.t(),
  access_key_id: String.t(),
  access_key_secret: String.t()
}
@type t() :: %Aliyun.Oss.Config{
  access_key_id: String.t(),
  access_key_secret: String.t(),
  endpoint: String.t()
}

Link to this section Functions

@spec new!(config()) :: t()