View Source ExAws.Operation.S3 (ExAws v2.5.3)

Holds data necessary for an operation on the S3 service.

Summary

Types

@type 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()
}