Skip to content

Commit

Permalink
fix: changed the default awsAcl from public-read to private
Browse files Browse the repository at this point in the history
  • Loading branch information
boycce committed Jun 13, 2022
1 parent f7e8bc1 commit ba383b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/images/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let plugin = module.exports = {
}

// Settings
this.awsAcl = options.awsAcl || 'public-read'
this.awsAcl = options.awsAcl || 'private' // default
this.awsBucket = options.awsBucket
this.awsAccessKeyId = options.awsAccessKeyId
this.awsSecretAccessKey = options.awsSecretAccessKey
Expand Down

0 comments on commit ba383b5

Please sign in to comment.