Awskit_s3.Storage_classS3 object storage classes.
type t = | Standard| Reduced_redundancy| Standard_ia| Onezone_ia| Intelligent_tiering| Glacier| Glacier_ir| Deep_archive| Outposts| Snow| Express_onezone| Fsx_openzfs| Fsx_ontap| Other of stringA storage-class value not modeled by awskit. This covers future AWS values and provider-specific S3-compatible storage classes.
*)val to_string : t -> stringRender the AWS storage-class spelling used in headers and XML.
val of_string : string -> (t, Awskit.Error.t) Stdlib.resultParse a storage-class spelling. Values modeled by awskit use their constructor; other non-empty values are preserved as Other.