From 374059e032c4c63e2daf0deecb0be1fc6ae9bee1 Mon Sep 17 00:00:00 2001 From: "1708639776959.sdtroot" Date: Fri, 14 Jun 2024 02:17:17 +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 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: