chenjunkai 6 anni fa
parent
commit
b27eb89629
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      Controller/Test.py

+ 2 - 1
Controller/Test.py

@@ -125,7 +125,8 @@ class Test(View):
             'Expiration':token['Credentials']['Expiration'],
             'expire':3600,
             'endpoint':endpoint,
-            'bucket_name':bucket_name
+            'bucket_name':bucket_name,
+            'arn':token['AssumedRoleUser']['Arn']
         }
         return JsonResponse(status=200,data=res)