Fix integration with backblaze API (#461)

* Fix integration with backblaze API

* Remove keys (already reset, dw)
This commit is contained in:
Geometrically
2022-10-09 19:10:06 -07:00
committed by GitHub
parent 3e52f804a7
commit 07edb998e4
6 changed files with 11 additions and 37 deletions

View File

@@ -46,8 +46,6 @@ impl S3Host {
)
})?;
bucket.add_header("x-amz-acl", "public-read");
Ok(S3Host { bucket })
}
}