Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신은섭(Shin Eun Seop)
/
2018-1-d.cloud
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
10
Merge Requests
0
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
신은섭(Shin Eun Seop)
2018-06-11 00:15:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c3bafa3bb8ba6c8744571a9afea641308acc8da5
c3bafa3b
1 parent
5677cc92
add s3 access setting
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
dcloud/restful/s3_interface.py
dcloud/restful/s3_interface.py
View file @
c3bafa3
import
boto3
import
json
from
dcloud
import
aws_conf
S3
=
boto3
.
client
(
's3'
)
S3
=
boto3
.
client
(
's3'
,
aws_access_key_id
=
aws_conf
.
AWS_ACCESS_KEY_ID
,
aws_secret_access_key
=
aws_conf
.
AWS_SECRET_ACCESS_KEY
)
BUCKET
=
'2018-dcloud'
...
...
Please
register
or
login
to post a comment