aws_erin v0.4.2 AwsErin.S3.GetObject.Request View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %AwsErin.S3.GetObject.Request{
  bucket: String.t(),
  if_match: String.t(),
  if_modified_since: String.t(),
  if_none_match: String.t(),
  if_unmodified_since: String.t(),
  key: String.t(),
  part_number: String.t(),
  range: String.t(),
  response_cache_control: String.t(),
  response_content_disposition: String.t(),
  response_content_encoding: String.t(),
  response_content_language: String.t(),
  response_content_type: String.t(),
  response_expires: String.t(),
  version_id: String.t(),
  x_amz_request_payer: String.t(),
  x_amz_server_side_encryption_customer_algorithm: String.t(),
  x_amz_server_side_encryption_customer_key: String.t(),
  x_amz_server_side_encryption_customer_key_md5: String.t()
}

Link to this section Functions