You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
Composer provides a sha348 of the build, but I can't validate it directly in pyinfra, because it doesn't have a sha348 method.
Describe the solution you'd like
Add a sha348 validation for files.download(). Optionally, probably cleaner, a way to give a specific hashing algorithm, e.g. files.download('https://example.com/download.file', hash=abcxyz123, algorithm=sha512), or similar
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
Composer provides a sha348 of the build, but I can't validate it directly in pyinfra, because it doesn't have a sha348 method.
Describe the solution you'd like
Add a sha348 validation for files.download(). Optionally, probably cleaner, a way to give a specific hashing algorithm, e.g.
files.download('https://example.com/download.file', hash=abcxyz123, algorithm=sha512)
, or similarThe text was updated successfully, but these errors were encountered: