package awskit-s3

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Presigned.Put_objectSource

Sourcetype options = {
  1. expires_in : Ptime.Span.t option;
  2. content_type : string option;
  3. checksum : Object.Checksum.value option;
  4. server_side_encryption : Object.Encryption.request option;
  5. expected_bucket_owner : string option;
  6. extra_signed_headers : (string * string) list;
}

Presigned PUT Object options.

Sourceval default_options : options