use nix path-info cmd for derivation; console_subscriber
This commit is contained in:
parent
6806b96892
commit
b1e59d0a6c
8 changed files with 421 additions and 82 deletions
|
@ -23,6 +23,7 @@ pub struct Uploader<'a> {
|
|||
path: PathInfo,
|
||||
s3_client: &'a s3::Client,
|
||||
bucket: String,
|
||||
hash: Sha256,
|
||||
}
|
||||
|
||||
impl<'a> Uploader<'a> {
|
||||
|
@ -37,6 +38,7 @@ impl<'a> Uploader<'a> {
|
|||
path,
|
||||
s3_client,
|
||||
bucket,
|
||||
hash: Sha256::new(),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue