Module Ownership_controls.Object_ownership

S3 object ownership controls.

type t =
  1. | Bucket_owner_enforced
  2. | Bucket_owner_preferred
  3. | Object_writer
  4. | Unknown of string

Object ownership mode. Unknown values are preserved on reads for forward compatibility, but rejected by write operations.

val to_string : t -> string
val of_string : string -> t