package smaws-lib

  1. Overview
  2. Docs

Module Smaws_Lib.AuthSource

Sourcetype t = {
  1. access_key_id : string;
  2. secret_access_key : string;
  3. session_token : string option;
}
Sourceexception AuthError of string
Sourcetype resolver = unit -> t
Sourceval fromEnvironment : unit -> t
Sourceval fromProfile : < fs : [> Eio.Fs.dir_ty ] Eio.Path.t.. > -> ?profile_name:string -> unit -> t
Sourceval fromDummy : unit -> t