Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compat AWSS3 0.7 and 0.8 #11

Merged
merged 5 commits into from
Feb 9, 2021
Merged

Compat AWSS3 0.7 and 0.8 #11

merged 5 commits into from
Feb 9, 2021

Conversation

BSnelling
Copy link
Member

Adding compat for AWSS3 0.7. This required a change in one function for compatibility.

Copy link
Member

@rofinn rofinn left a comment

Choose a reason for hiding this comment

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

Regarding why CI is failing, I'm guessing it's because aws_config() is failing and that's being called by tryparse. I think the solution will be to use nothing as the default and exit earlier than any aws_config migth need to be used. I can make that change and probably backport in on AWSS3.jl

Project.toml Outdated Show resolved Hide resolved
src/handler.jl Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Feb 9, 2021

Codecov Report

Merging #11 (4894c2d) into main (912f0b0) will decrease coverage by 1.63%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
- Coverage   92.68%   91.04%   -1.64%     
==========================================
  Files           3        3              
  Lines          82       67      -15     
==========================================
- Hits           76       61      -15     
  Misses          6        6              
Impacted Files Coverage Δ
src/Checkpoints.jl 85.00% <ø> (-3.47%) ⬇️
src/handler.jl 88.00% <0.00%> (-1.66%) ⬇️
src/session.jl 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 912f0b0...f757941. Read the comment docs.

@rofinn
Copy link
Member

rofinn commented Feb 9, 2021

Backport for AWSS3@0.7.7 finished, should be good to merge after the changes mentioned above.

BSnelling and others added 2 commits February 9, 2021 09:14
Co-authored-by: Rory Finnegan <rory.finnegan@gmail.com>
@BSnelling BSnelling changed the title Compat AWSS3 0.7 Compat AWSS3 0.7 and 0.8 Feb 9, 2021
@BSnelling
Copy link
Member Author

BSnelling commented Feb 9, 2021

Thank you for the review and the backporting.

Closes #5 and Closes #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants