Hey Kafka committers, Can anyone help me with these commands: Upload the new release and kafka-stream-x.x.x-test.jar (can be found in the .release_work_dir created by the release.py script) to the S3 bucket "kafka-packages". Use the AWS console to upload the files in the bucket or the CLI if you have appropriate keys. For example: aws s3 cp kafka_2.12-3.0.0.tgz s3://kafka-packages aws s3 cp kafka_2.13-3.00.tgz s3://kafka-packages aws s3 cp kafka-streams-3.0.0-test.jar s3://kafka-packages (Normally the file can be found under .release_work_dir/kafka/streams/build/libs/) Make sure to update the permissions on AWS S3 so they are readable by everyone Update these commands to use the current release version. If you don't have permission to run these commands, request on the dev mailing list for someone with access to run them for you
This is from https://cwiki.apache.org/confluence/display/KAFKA/Release+Process I am trying to do this for the 3.3.1 release and I am getting the following error: $ aws s3 cp .release_work_dir/kafka-3.3.1-rc0/kafka_2.12-3.3.1.tgz s3://kafka-packages upload failed: .release_work_dir/kafka-3.3.1-rc0/kafka_2.12-3.3.1.tgz to s3://kafka-packages/kafka_2.12-3.3.1.tgz Unable to locate credentials Does anyone know how to make this error go away? E.g. give me access to that s3 bucket. Any help is greatly appreciated. Thanks! -- -José