ExAws v2.1.1 ExAws.Operation.S3 View Source

Holds data necessary for an operation on the S3 service.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %ExAws.Operation.S3{
  body: term(),
  bucket: term(),
  headers: term(),
  http_method: term(),
  params: term(),
  parser: term(),
  path: term(),
  resource: term(),
  service: term(),
  stream_builder: term()
}