Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-CloudComputing
/
A_Team_Khuloud
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
유정수
2020-05-19 21:01:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3389dbed5da35afe1d86bf3c08ea740b28c810be
3389dbed
1 parent
e3a48b86
Update views.py
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
backend/api/cloud/views.py
backend/api/cloud/views.py
View file @
3389dbe
...
...
@@ -8,8 +8,8 @@ from cloud.aws import aws_key
# class FileToURL(View):
# s3_client = boto3.client(
# 's3',
# aws_access_key_id={'
AKIAIBBP3XOYSXLBY2IQ
'},
# aws_secret_access_key={'
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
'}
# aws_access_key_id={''},
# aws_secret_access_key={''}
# )
# @csrf_exempt
# def post(self, request):
...
...
Please
register
or
login
to post a comment