Skip to content

Commit 6742e8d

Browse files
author
Bhavay Pahuja
committed
minor updates
1 parent 566292b commit 6742e8d

File tree

2 files changed

+3
-4
lines changed
  • hadoop-tools/hadoop-aws/src

2 files changed

+3
-4
lines changed

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,6 @@ private Constants() {
15281528

15291529
/**
15301530
* Default value of Read Restored Glacier objects config.
1531-
* Value = {@value}
15321531
*/
15331532
public static final String DEFAULT_READ_RESTORED_GLACIER_OBJECTS = S3ObjectStorageClassFilter.READ_ALL.toString();
15341533

hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,17 +1307,17 @@ The switch to turn S3A auditing on or off.
13071307
<description>
13081308
Should auditing of S3A requests be enabled?
13091309
</description>
1310-
</property
1310+
</property>
13111311
```
13121312
## <a name="glacier"></a> Glacier Object Support
13131313

13141314
[Amazon S3 Glacier (S3 Glacier)](https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html) is a secure and durable service for low-cost data archiving and
13151315
long-term backup.
13161316
With S3 Glacier, you can store your data cost effectively for months, years, or even decades.
1317-
This support introduces a new config, which decides the objects returned from listStatus.
1317+
This support introduces a new config, which decides the objects returned from listStatus.
13181318
Note : This is not available on all AWS S3 store types, or on third party stores.
13191319

1320-
The config is as follows:
1320+
The config is as follows:
13211321
```xml
13221322
<!--
13231323
The switch to control how S3A handles glacier storage classes.

0 commit comments

Comments
 (0)