Skip to content

Commit

Permalink
Compat AWSS3 0.7 and 0.8 (#11)
Browse files Browse the repository at this point in the history
* Compat updates to AWSS3

* Update version

* One compat at a time

* Update with AWSS3 0.8 also

Co-authored-by: Rory Finnegan <rory.finnegan@gmail.com>

* Using specifics from FilePathsBase

Co-authored-by: Rory Finnegan <rory.finnegan@gmail.com>
  • Loading branch information
BSnelling and rofinn authored Feb 9, 2021
1 parent 912f0b0 commit cdb02ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Checkpoints"
uuid = "b4a3413d-e481-5afc-88ff-bdfbd6a50dce"
authors = "Invenia Technical Computing Corporation"
version = "0.3.2"
version = "0.3.3"

[deps]
AWSS3 = "1c724243-ef5b-51ab-93f4-b0a88ac62a95"
Expand All @@ -12,7 +12,7 @@ Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"

[compat]
AWSCore = "0.5.5, 0.6"
AWSS3 = "0.6"
AWSS3 = "0.6, 0.7, 0.8"
DataStructures = "0.18"
FilePathsBase = "0.6, 0.7, 0.8, 0.9"
JLSO = "2"
Expand Down
1 change: 1 addition & 0 deletions src/Checkpoints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module Checkpoints
using AWSS3
using Memento
using FilePathsBase
using FilePathsBase: /, join
using JLSO

using DataStructures: DefaultDict
Expand Down

4 comments on commit cdb02ad

@BSnelling
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.

Error while trying to register: Register Failed
@BSnelling, it looks like you are not a publicly listed member/owner in the parent organization (invenia).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@BSnelling
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 created: JuliaRegistries/General/29691

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 v0.3.3 -m "<description of version>" cdb02add50563810cf97a88e36392de206d32e69
git push origin v0.3.3

Please sign in to comment.