You've already forked AstralRinth
forked from didirus/AstralRinth
Fix integration with backblaze API (#461)
* Fix integration with backblaze API * Remove keys (already reset, dw)
This commit is contained in:
@@ -46,8 +46,6 @@ impl S3Host {
|
||||
)
|
||||
})?;
|
||||
|
||||
bucket.add_header("x-amz-acl", "public-read");
|
||||
|
||||
Ok(S3Host { bucket })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user