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

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %AwsErin.S3.GetObject.Response{
  accept_ranges: String.t(),
  body: String.t(),
  cache_control: String.t(),
  content_disposition: String.t(),
  content_encoding: String.t(),
  content_language: String.t(),
  content_length: String.t(),
  content_range: String.t(),
  content_type: String.t(),
  e_tag: String.t(),
  expires: String.t(),
  last_modified: String.t(),
  x_amz_delete_marker: String.t(),
  x_amz_expiration: String.t(),
  x_amz_missing_meta: String.t(),
  x_amz_mp_parts_count: String.t(),
  x_amz_object_lock_legal_hold: String.t(),
  x_amz_object_lock_mode: String.t(),
  x_amz_object_lock_retain_until_date: String.t(),
  x_amz_replication_status: String.t(),
  x_amz_request_charged: String.t(),
  x_amz_restore: String.t(),
  x_amz_server_side_encryption: String.t(),
  x_amz_server_side_encryption_aws_kms_key_id: String.t(),
  x_amz_server_side_encryption_customer_algorithm: String.t(),
  x_amz_server_side_encryption_customer_key_md5: String.t(),
  x_amz_storage_class: String.t(),
  x_amz_tagging_count: String.t(),
  x_amz_version_id: String.t(),
  x_amz_website_redirect_location: String.t()
}

Link to this section Functions

Link to this function

to_struct(headers, body)

View Source

Callback implementation for AwsErin.S3.Behaviour.Response.to_struct/2.