Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -13,9 +13,9 @@ var bucketName = "kindofyourdogimage"; | ... | @@ -13,9 +13,9 @@ var bucketName = "kindofyourdogimage"; |
13 | // s3 버킷의 엔드 포인트 | 13 | // s3 버킷의 엔드 포인트 |
14 | var bucketRegion = 'ap-northeast-2'; | 14 | var bucketRegion = 'ap-northeast-2'; |
15 | // access key | 15 | // access key |
16 | -var accessId= 'your_Id'; | 16 | +var accessId= 'yourId'; |
17 | // access secret key | 17 | // access secret key |
18 | -var secretKey = 'your_secretId'; | 18 | +var secretKey = 'yoursecretId'; |
19 | // AWS Cognito 인증 | 19 | // AWS Cognito 인증 |
20 | AWS.config.update({ | 20 | AWS.config.update({ |
21 | region:bucketRegion, | 21 | region:bucketRegion, | ... | ... |
-
Please register or login to post a comment