chenjunkai 6 年之前
父節點
當前提交
b27eb89629
共有 1 個文件被更改,包括 2 次插入1 次删除
  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)