Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김현기
/
KindOfYourDog
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김현기
2020-06-25 15:29:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
df8211685974e74df3aef13d08344a226b06addd
df821168
1 parent
af9d7ffe
주석 추가
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app.js
app.js
View file @
df82116
...
...
@@ -13,9 +13,9 @@ var bucketName = "kindofyourdogimage";
// s3 버킷의 엔드 포인트
var
bucketRegion
=
'ap-northeast-2'
;
// access key
var
accessId
=
'your
_
Id'
;
var
accessId
=
'yourId'
;
// access secret key
var
secretKey
=
'your
_
secretId'
;
var
secretKey
=
'yoursecretId'
;
// AWS Cognito 인증
AWS
.
config
.
update
({
region
:
bucketRegion
,
...
...
Please
register
or
login
to post a comment