chenjunkai 5 năm trước cách đây
mục cha
commit
d9b54446db
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)