chenjunkai 5 سال پیش
والد
کامیت
d9b54446db
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Controller/Test.py

+ 1 - 1
Controller/Test.py

@@ -61,7 +61,7 @@ class Test(View):
         credentials = sts.get_federation_token(
             Name='chanjunkai@163.com',  # or any unique text related to user
             Policy=json.dumps(Policy),
-            DurationSeconds=3600,
+            DurationSeconds=36000,
         )
 
         print(credentials)