Module Awskit_unix

Unix-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.now
module Clock : sig ... end
module Credentials : sig ... end

Credential loading from AWS environment variables and shared AWS profile files.

module Region : sig ... end

Environment-based region loading. Reads the standard AWS_REGION first, then AWS_DEFAULT_REGION.