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:32:35 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
cee10a5401b4fe9f26576fabe842d8ad05b3f96b
cee10a54
2 parents
df821168
beb3f222
주석추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
app.js
app.js
View file @
cee10a5
...
...
@@ -13,9 +13,15 @@ var bucketName = "kindofyourdogimage";
// s3 버킷의 엔드 포인트
var
bucketRegion
=
'ap-northeast-2'
;
// access key
<<<<<<<
HEAD
var
accessId
=
'yourId'
;
// access secret key
var
secretKey
=
'yoursecretId'
;
=======
var
accessId
=
'AKIAQVXKGU466IQYEGRN'
;
// access secret key
var
secretKey
=
'0FrMPdZR6+AkMkabAyPZWrnsVVi9EaI9/IdrWKCm'
;
>>>>>>>
beb3f2225bf44a431a723a3c068f6a9c3f10686b
// AWS Cognito 인증
AWS
.
config
.
update
({
region
:
bucketRegion
,
...
...
Please
register
or
login
to post a comment