Upstream v1.7.1 Upstream.B2.LargeFile.Start View Source

Start a large file upload

Link to this section Summary

Functions

Callback implementation for Upstream.B2.Base.body/1

Callback implementation for Upstream.B2.Base.header/1

Callback implementation for Upstream.B2.Base.url/1

Link to this section Types

Link to this type t() View Source
t() :: %Upstream.B2.LargeFile.Start{
  account_id: String.t(),
  bucket_id: String.t(),
  content_type: String.t(),
  file_id: String.t(),
  file_info: map(),
  file_name: String.t(),
  upload_timestamp: integer()
}

Link to this section Functions

Callback implementation for Upstream.B2.Base.body/1.

Link to this function call(options \\ []) View Source
call(Keyword.t()) ::
  {:ok | :error,
   %Upstream.B2.LargeFile.Start{
     account_id: term(),
     bucket_id: term(),
     content_type: term(),
     file_id: term(),
     file_info: term(),
     file_name: term(),
     upload_timestamp: term()
   }
   | struct()}

Callback implementation for Upstream.B2.Base.header/1.