File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1635,12 +1635,12 @@ sure to update them if needed;
1635
1635
1636
1636
## <a name =" requester_pays " ></a >Requester Pays buckets
1637
1637
1638
- S3A supports buckets with
1639
- [ Requester Pays] ( https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html )
1640
- enabled. When a bucket is configured with requester pays, the requester must cover
1638
+ S3A supports buckets with
1639
+ [ Requester Pays] ( https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html )
1640
+ enabled. When a bucket is configured with requester pays, the requester must cover
1641
1641
the per-request cost.
1642
1642
1643
- For requests to be successful, the S3 client must acknowledge that they will pay
1643
+ For requests to be successful, the S3 client must acknowledge that they will pay
1644
1644
for these requests by setting a request flag, usually a header, on each request.
1645
1645
1646
1646
To enable this feature within S3A, configure the ` fs.s3a.requester.pays.enabled ` property.
Original file line number Diff line number Diff line change @@ -595,11 +595,11 @@ exception.
595
595
596
596
### Testing Requester Pays
597
597
598
- By default, the requester pays tests will look for a bucket that exists on Amazon S3
598
+ By default, the requester pays tests will look for a bucket that exists on Amazon S3
599
599
in us-east-1.
600
600
601
601
If the endpoint does support requester pays, you can specify an alternative object.
602
- The test only requires an object of at least a few bytes in order
602
+ The test only requires an object of at least a few bytes in order
603
603
to check that lists and basic reads work.
604
604
605
605
``` xml
@@ -609,7 +609,7 @@ to check that lists and basic reads work.
609
609
</property >
610
610
```
611
611
612
- If the endpoint does not support requester pays, you can also disable the tests by configuring
612
+ If the endpoint does not support requester pays, you can also disable the tests by configuring
613
613
the test URI as a single space.
614
614
615
615
``` xml
You can’t perform that action at this time.
0 commit comments