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
Copy file name to clipboardExpand all lines: hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -932,7 +932,7 @@ The switch to turn S3A auditing on or off.
932
932
933
933
[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
934
934
long-term backup.
935
-
With S3 Glacier, you can store your data cost effectively for months, years, or even decades.
935
+
With S3 Glacier, it is possible to store data more cost-effectively for months, years, or even decades.
936
936
This support introduces a new config, which decides the objects returned from listStatus.
937
937
Note : This is not available on all AWS S3 store types, or on third party stores.
Copy file name to clipboardExpand all lines: hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/list/ITestS3AReadRestoredGlacierObjects.java
+66-63Lines changed: 66 additions & 63 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
22
22
importjava.util.Arrays;
23
23
importjava.util.Collection;
24
24
25
+
importorg.apache.hadoop.fs.s3a.S3AFileSystem;
25
26
importorg.assertj.core.api.Assertions;
26
27
importorg.junit.Assume;
27
28
importorg.junit.Test;
@@ -64,34 +65,32 @@ enum Type { GLACIER_AND_DEEP_ARCHIVE, GLACIER }
0 commit comments