You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the correct options are hyphenated public-read (like the default is), public-read-write, and authenticated-read instead of the underscored documented above.
Hey thanks for everything you all do with fastlane, really love the project 😄 🍾 . Noticed one small issue in the documentation for the
acl
option:fastlane-plugin-s3/lib/fastlane/plugin/aws_s3/actions/aws_s3_action.rb
Line 768 in 0a28ed2
I believe the correct options are hyphenated
public-read
(like the default is),public-read-write
, andauthenticated-read
instead of the underscored documented above.AWS docs: https://docs.aws.amazon.com/cli/latest/reference/s3api/put-object.html#options
The text was updated successfully, but these errors were encountered: