Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/AWSCore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down