Which one is correct? It's very confusing.
Closed this issue · 1 comments
kantaharikrishna commented
Which set is correct from below?
awsBucketRegion: 'us-east-1',
awsBucketPath: 'images/',
awsBucketAcl: 'public-read',
OR
aws: {
path: 'images/',
region: 'us-east-1',
acl: 'public-read'
}
Which link from below do we need to follow?
https://github.com/Turistforeningen/node-s3-uploader/blob/stable/0.x/README.md
OR
Starefossen commented
It depends on which version of s3-uploader
your at: