diff --git a/src/AWSCore.jl b/src/AWSCore.jl index e5edce7..714da36 100644 --- a/src/AWSCore.jl +++ b/src/AWSCore.jl @@ -30,6 +30,11 @@ This dictionary holds [`RenewableAWSCredentials`](@ref) and AWS region configura ```julia aws = AWSConfig(:creds => RenewableAWSCredentials(), :region => "us-east-1")` ``` + +Available keys are +- `:creds`: `AWSCredentials` object as retruned by `AWSCredentials()`. +- `:region`: String giving the region, e.g. `"us-east-1"`. +- `:endpoint`: AWS host URL to use. """ const AWSConfig = SymbolDict