HADOOP-13405 doc for fs.s3a.acl.default indicates incorrect values. Contributed by Shen Yinjie

This commit is contained in:
Steve Loughran 2016-08-18 14:35:26 +01:00
parent 5fa7a14da9
commit e39d81be80
3 changed files with 8 additions and 8 deletions

View File

@ -1048,9 +1048,9 @@
<property> <property>
<name>fs.s3a.acl.default</name> <name>fs.s3a.acl.default</name>
<description>Set a canned ACL for newly created and copied objects. Value may be private, <description>Set a canned ACL for newly created and copied objects. Value may be Private,
public-read, public-read-write, authenticated-read, log-delivery-write, PublicRead, PublicReadWrite, AuthenticatedRead, LogDeliveryWrite, BucketOwnerRead,
bucket-owner-read, or bucket-owner-full-control.</description> or BucketOwnerFullControl.</description>
</property> </property>
<property> <property>

View File

@ -133,8 +133,8 @@ private Constants() {
public static final String FAST_BUFFER_SIZE = "fs.s3a.fast.buffer.size"; public static final String FAST_BUFFER_SIZE = "fs.s3a.fast.buffer.size";
public static final int DEFAULT_FAST_BUFFER_SIZE = 1048576; //1MB public static final int DEFAULT_FAST_BUFFER_SIZE = 1048576; //1MB
// private | public-read | public-read-write | authenticated-read | // Private | PublicRead | PublicReadWrite | AuthenticatedRead |
// log-delivery-write | bucket-owner-read | bucket-owner-full-control // LogDeliveryWrite | BucketOwnerRead | BucketOwnerFullControl
public static final String CANNED_ACL = "fs.s3a.acl.default"; public static final String CANNED_ACL = "fs.s3a.acl.default";
public static final String DEFAULT_CANNED_ACL = ""; public static final String DEFAULT_CANNED_ACL = "";

View File

@ -551,9 +551,9 @@ this capability.
<property> <property>
<name>fs.s3a.acl.default</name> <name>fs.s3a.acl.default</name>
<description>Set a canned ACL for newly created and copied objects. Value may be private, <description>Set a canned ACL for newly created and copied objects. Value may be Private,
public-read, public-read-write, authenticated-read, log-delivery-write, PublicRead, PublicReadWrite, AuthenticatedRead, LogDeliveryWrite, BucketOwnerRead,
bucket-owner-read, or bucket-owner-full-control.</description> or BucketOwnerFullControl.</description>
</property> </property>
<property> <property>