chanjunkai 5 年之前
父節點
當前提交
7f0de77abb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Controller/Test.py

+ 1 - 0
Controller/Test.py

@@ -61,6 +61,7 @@ class Test(View):
             Policy=json.dumps(Policy),
             DurationSeconds=7200
         )
+        response['Credentials']['bucket_name'] = 'azvod1'
         return JsonResponse(status=200, data=response)