Skip to content

Commit ae8e812

Browse files
authored
Fix blanks in documentation
1 parent 1fbbc48 commit ae8e812

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,12 +1635,12 @@ sure to update them if needed;
16351635

16361636
## <a name="requester_pays"></a>Requester Pays buckets
16371637

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
16411641
the per-request cost.
16421642

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
16441644
for these requests by setting a request flag, usually a header, on each request.
16451645

16461646
To enable this feature within S3A, configure the `fs.s3a.requester.pays.enabled` property.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -595,11 +595,11 @@ exception.
595595

596596
### Testing Requester Pays
597597

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
599599
in us-east-1.
600600

601601
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
603603
to check that lists and basic reads work.
604604

605605
```xml
@@ -609,7 +609,7 @@ to check that lists and basic reads work.
609609
</property>
610610
```
611611

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
613613
the test URI as a single space.
614614

615615
```xml

0 commit comments

Comments
 (0)