View Source
    
  ExAws.Operation.S3 
  (ExAws v2.3.2)
  
Holds data necessary for an operation on the S3 service.
  
  
  
    
    
  
  
      
          @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()
}