[ https://issues.apache.org/jira/browse/FLINK-33175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17773077#comment-17773077 ]
Qingsheng Ren commented on FLINK-33175: --------------------------------------- I took a glance at the Github Action of flink-connector-kafka and I didn't find any S3 / AWS related credentials in configuration. It just uses a plain wget to download the Flink binary from S3, so I guess the assumption on connector side is that the binary should be public accessible (please correct me if I'm wrong [~martijnvisser]). [~jingge] is there any changes on the permission of the S3 bucket or object these days? > Nightly builds from S3 are not available for download, breaking all connector > tests > ----------------------------------------------------------------------------------- > > Key: FLINK-33175 > URL: https://issues.apache.org/jira/browse/FLINK-33175 > Project: Flink > Issue Type: Bug > Components: Connectors / Common > Reporter: Martijn Visser > Priority: Blocker > > All downloads of Flink binaries fail with: > {code:java} > Run wget -q -c > https://s3.amazonaws.com/flink-nightly/flink-1.18-SNAPSHOT-bin-scala_2.12.tgz > -O - | tar -xz > gzip: stdin: unexpected end of file > tar: Child returned status 1 > tar: Error is not recoverable: exiting now > Error: Process completed with exit code 2. > {code} > This goes for 1.18, but also 1.17 and 1.16 -- This message was sent by Atlassian Jira (v8.20.10#820010)