Module Values.IndexDocumentSource

Container for the Suffix element.

Sourcetype nonrec t = {
  1. suffix : Suffix.t;
    (*

    A suffix that is appended to a request that is for a directory on the website endpoint. (For example, if the suffix is index.html and you make a request to samplebucket/images/, the data that is returned will be for the object with the key name images/index.html.) The suffix must not be empty and must not include a slash character. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.

    *)
}
Sourceval context_ : string
Sourceval make : suffix:Suffix.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Suffix.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t