chenjunkai 5 years ago
parent
commit
d9b54446db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/Test.py

+ 1 - 1
Controller/Test.py

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