Update main.py

This commit is contained in:
1708639776959.sdtroot 2024-06-14 02:16:05 +00:00
parent 1619406606
commit 6c3bc7150d
1 changed files with 3 additions and 1 deletions

View File

@ -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)