jcaddel / maven-s3-wagon

Multi-threaded wagon to connect Maven with Amazon S3
123 stars 50 forks source link

Documentation on permissions slightly wrong #12

Closed ghost closed 11 years ago

ghost commented 11 years ago

Example for file permission configuration in settings.xml should read :-

<server>
  <id>s3.snapshot</id>
   <filePermissions>AuthenticatedRead</filePermissions>
</server>

At least in my tests here using maven 3.0.4

jcaddel commented 11 years ago

Great catch. Thank you. Your updated documentation matches the config documented here -> http://maven.apache.org/settings.html