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 ce8b1bc commit b7a404cCopy full SHA for b7a404c
atcoder-problems-backend/src/s3.rs
@@ -36,7 +36,6 @@ impl S3Client {
36
.bucket
37
.put_object_with_content_type(path, &data, "application/json;charset=utf-8")
38
.await?;
39
- log::info!("data={:?}", resp.bytes());
40
log::info!("status={}", resp.status_code());
41
Ok(true)
42
} else {
0 commit comments