Skip to content

Commit

Permalink
Aws core changes (#18)
Browse files Browse the repository at this point in the history
* Update docs with two cloud examples

* Try if AWS tests work without exception

* AWS does not seem to work at all on Travis

* compat for AWSS3
  • Loading branch information
meggart committed Dec 6, 2019
1 parent 0d68ee7 commit 67c9d02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
[compat]
AWSCore = "0.6.6"
AWSSDK = "0.4"
AWSS3 = "0.6"
Blosc = "0.5"
DataStructures = "0.17"
FillArrays = "0.8"
Expand All @@ -25,10 +26,10 @@ OffsetArrays = "0.11"
julia = "1.1"

[extras]
AWSCore = "4f1ea46c-232b-54a6-9b17-cc2d0f3e6598"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
AWSCore = "4f1ea46c-232b-54a6-9b17-cc2d0f3e6598"

[targets]
test = ["Test", "Conda", "PyCall", "AWSCore"]

2 comments on commit 67c9d02

@meggart
Copy link
Collaborator Author

@meggart meggart commented on 67c9d02 Dec 7, 2019

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/6312

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.1 -m "<description of version>" 67c9d02a5f5ce04323b5544a74ce96c438fdf5dd
git push origin v0.3.1

Please sign in to comment.