Nitin Hayaran
Results
13
comments of
Nitin Hayaran
I am using "grunt-s3": "~0.2.0-alpha.3" with following settings and things seems to be working perfectly fine. Looks like this issue is fixed. ``` javascript s3: { options: { key: '',...
My current configuration are ``` javascript s3: { options: { key: '', secret: '', bucket: '', access: 'public-read', region: 'ap-southeast-1' }, prod: { // These options override the defaults options:...