Compare commits

..

1 Commits
v2.0.0 ... main

Author SHA1 Message Date
1708639776959.sdtroot 6c3bc7150d Update main.py 2024-06-14 02:16:05 +00:00
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)