diff --git a/main.py b/main.py index 442d94f..d833b03 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,9 @@ import sdtclouds3 import time -sdtcloudClient = sdtclouds3.sdtclouds3() +S3Id = "" # S3 AWS Access Key +S3Key = "" # S3 AWS Access Sercet Key +sdtcloudClient = sdtclouds3.sdtclouds3(S3Id, S3Key) def runAction(): while True: