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)