We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5727d15 commit ff6b23eCopy full SHA for ff6b23e
src/db/file.rs
@@ -160,7 +160,6 @@ pub fn add_path_into_database<P: AsRef<Path>>(conn: &Connection,
160
161
let content: Option<Vec<u8>> = if let Some(client) = &client {
162
let s3_res = client.put_object(PutObjectRequest {
163
- acl: Some("public-read".into()),
164
bucket: "rust-docs-rs".into(),
165
key: bucket_path.clone(),
166
body: Some(content.clone().into()),
0 commit comments