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)