Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
232: Set FilePathsBase compatibility to 0.9.11 - 0.9.15 r=omus a=omus Fixes #227 by avoiding using FilePathsBase versions that require `readdir` when using `join=true` to return strings. As changing the return type could be breaking for some users we'll just limit the versions of FilePathsBase supported here for now for this release. For AWSS3.jl version 0.10 we'll correct that problem in this package and start using a minimum version of FilePathsBase 0.9.16 At first glance appears to address #226 but it does not as we are just temporarily setting an upperbound. Also, we cannot use Pkg version ranges using a hypen as that requires a minimum version of Julia 1.4 Co-authored-by: Curtis Vogt <[email protected]>
- Loading branch information