# Using Joint Inference Service in Helmet Detection Scenario on S3 This example is based on the example: [Using Joint Inference Service in Helmet Detection Scenario](/examples/joint_inference/helmet_detection_inference/README.md). ### Prepare Nodes Assume you have created a [KubeEdge](https://github.com/kubeedge/kubeedge) cluster that have one cloud node(e.g., `cloud-node`) and one edge node(e.g., `edge-node`). ### Create a secret with your S3 user credential. ```shell kubectl create -f - <