这是indexloc提供的服务,不要输入任何密码
Skip to content

Byte-encode state string in DefaultStorage Backend #86

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

Merged
merged 1 commit into from
Apr 18, 2022

Conversation

Natureshadow
Copy link
Contributor

This ensures that backends like S3 that only support byte objects can be used as well.

Closes #85

This ensures that backends like S3 that only support byte objects can be used as well.
@codecov
Copy link

codecov bot commented Apr 18, 2022

Codecov Report

Merging #86 (d1c14dd) into master (2379470) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #86   +/-   ##
=======================================
  Coverage   97.62%   97.62%           
=======================================
  Files          15       15           
  Lines         379      379           
=======================================
  Hits          370      370           
  Misses          9        9           
Flag Coverage Δ
unittests 97.62% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
maintenance_mode/backends.py 100.00% <100.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 2379470...d1c14dd. Read the comment docs.

@fabiocaccamo fabiocaccamo merged commit 6acf267 into fabiocaccamo:master Apr 18, 2022
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.

Unable to use with s3 storage
2 participants