package awskit-s3

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

Module Bucket.CreateSource

Sourcetype options = {
  1. region : Awskit.Region.t option;
}

CreateBucket options and result metadata.

Optional location constraint. Some regions, notably us-east-1, have special AWS behavior and may omit an explicit constraint.

Sourcetype result = {
  1. response : Awskit.Response.t;
}
Sourceval default_options : options