Awskit_unixUnix-specific helpers. No network code — use alongside a runtime adapter.
let credentials = Awskit_unix.Credentials.from_env () |> Result.get_ok
let clock = Awskit_unix.Clock.nowmodule Clock : sig ... endmodule Credentials : sig ... endCredential loading from AWS environment variables and shared AWS profile files.
module Region : sig ... endEnvironment-based region loading. Reads the standard AWS_REGION first, then AWS_DEFAULT_REGION.