From 6c3bc7150daf2d9272c41da2db7359bb8f75986b Mon Sep 17 00:00:00 2001 From: "1708639776959.sdtroot" Date: Fri, 14 Jun 2024 02:16:05 +0000 Subject: [PATCH] Update main.py --- main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 98c65e5..fd2fe72 100644 --- a/main.py +++ b/main.py @@ -8,7 +8,9 @@ sdtcloudMqttClient = sdtcloudpubsub.sdtcloudpubsub() sdtcloudMqttClient.setClient(f"device-app-{uuid.uuid1()}") # parameter is client ID(string) # call sdtclouds3 -sdtcloudS3Client = sdtclouds3.sdtclouds3() +S3Id = "" # your S3 AWS Access Key +S3Key = "" # your S3 AWS Access Sercet Key +sdtcloudS3Client = sdtclouds3.sdtclouds3(S3Id, S3Key)