Skip to content

Commit

Permalink
Include AWSMetadata.jl (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattBrzezinski authored Aug 31, 2020
1 parent 88ca731 commit fe42643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AWS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ include("AWSCredentials.jl")
include("AWSConfig.jl")
include("AWSExceptions.jl")
include("AWSMetadataUtilities.jl")
include("AWSMetadata.jl")

using ..AWSExceptions
using ..AWSExceptions: AWSException
Expand Down

2 comments on commit fe42643

@mattBrzezinski
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/20506

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" fe426436137b29f8738fc130837ef470d8b8384c
git push origin v1.0.0

Please sign in to comment.