From cdb02add50563810cf97a88e36392de206d32e69 Mon Sep 17 00:00:00 2001 From: BSnelling Date: Tue, 9 Feb 2021 09:45:48 +0000 Subject: [PATCH] Compat AWSS3 0.7 and 0.8 (#11) * Compat updates to AWSS3 * Update version * One compat at a time * Update with AWSS3 0.8 also Co-authored-by: Rory Finnegan * Using specifics from FilePathsBase Co-authored-by: Rory Finnegan --- Project.toml | 4 ++-- src/Checkpoints.jl | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index edfaaa1..ca61cf8 100644 --- a/Project.toml +++ b/Project.toml @@ -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" @@ -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" diff --git a/src/Checkpoints.jl b/src/Checkpoints.jl index 45bf46e..c60a786 100644 --- a/src/Checkpoints.jl +++ b/src/Checkpoints.jl @@ -10,6 +10,7 @@ module Checkpoints using AWSS3 using Memento using FilePathsBase +using FilePathsBase: /, join using JLSO using DataStructures: DefaultDict