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 075a927 commit 83bcd5aCopy full SHA for 83bcd5a
src/main.rs
@@ -859,12 +859,6 @@ impl Context {
859
fn aws_s3(&self) -> Command {
860
let mut cmd = Command::new("aws");
861
862
- // Log request IDs while we investigate an error coming from S3:
863
- // [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)
864
- //
865
- // See https://github.com/rust-lang/promote-release/issues/77 for tracking for this.
866
- cmd.arg("--debug");
867
-
868
// Allow using non-S3 backends with the AWS CLI.
869
if let Some(url) = &self.config.s3_endpoint_url {
870
cmd.arg("--endpoint-url");
0 commit comments