aliyun_oss v0.1.1 Aliyun.Oss.Service

Link to this section Summary

Link to this section Types

Link to this type error_details()
error_details() ::
  {:http_error, String.t()}
  | {:xml_parse_error, String.t()}
  | {:oss_error, integer(), map()}

Link to this section Functions

Link to this function get(host, path, resource, query_params \\ %{}, sub_resources \\ %{})
get(String.t(), String.t(), String.t(), map(), map()) ::
  {:error, error_details()} | {:ok, map()}