|
@@ -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)
|
|
|
|