things-factory / shell

things app starter kit
MIT License
3 stars 0 forks source link

s3 support #8

Closed heartyoh closed 4 years ago

heartyoh commented 5 years ago

s3 support for attachment

heartyoh commented 4 years ago

attachment-base 모듈에 적용되었음. config 파일에 storage configuration으로 S3를 활용할 수 있음.

storage: {
    type: 's3',
    accessKeyId: 'YOUR ACCESS KEY ID',
    secretAccessKey: 'YOUR SECRET ACCESS KEY',
    bucketName: 'YOUR S3 BUCKET NAME'
}