MathieuLoutre / grunt-aws-s3

Grunt plugin to interact with AWS S3 using the AWS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

options.access doesn't apply to the copy action

rayd opened this issue · comments

When I perform a copy action and set options.access to public-read the copied files in S3 aren't actually set to use this ACL.

Ah! That's a good one. Guess it needs to have ACL: options.access as part of the function call on L465. Feel like a PR?

Certainly -- was in the process of doing it!

Closed by #71