김현기

주석 추가

Showing 1 changed file with 2 additions and 2 deletions
......@@ -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,
......