Skip to content

Commit 6b99a3d

Browse files
committed
Review transfer acceleration.
1 parent 91da1a6 commit 6b99a3d

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed
Binary file not shown.

protocols/s3/index.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -487,18 +487,21 @@ Do not name objects in S3 containing `/` as this will break navigation.
487487

488488
### Transfer Acceleration
489489

490-
When enabled for the bucket, downloads, and uploads using the S3 Transfer Acceleration endpoints to transfer data
491-
through CloudFront’s globally distributed edge locations. The name of the bucket used for Transfer Acceleration must be
492-
DNS-compliant and must not contain periods ("."). You do **not** need to enter transfer accelerated endpoints manually.
493-
When using Transfer Acceleration, additional data transfer charges may apply to connect
494-
to `s3-accelerate.dualstack.amazonaws.com`.
490+
When [enabled](../../cyberduck/info.md#provider-panel) for the bucket, downloads and uploads use the _S3 Transfer Acceleration_
491+
endpoints to transfer data through the globally distributed edge locations of AWS CloudFront.
495492

496-
![Transfer Acceleration](_images/Amazon_S3_Transfer_Acceleration.png)
493+
```{warning}
494+
The name of the bucket used for Transfer Acceleration must be DNS-compliant and must not contain periods (".").
495+
```
497496

498-
#### Permissions
497+
```{important}
498+
You do **not** need to enter transfer accelerated endpoints manually. When using Transfer Acceleration, additional data transfer charges may apply to connect to `s3-accelerate.dualstack.amazonaws.com`.
499+
```
499500

500-
Make sure the user has `s3:GetAccelerateConfiguration` permission permits users to return the Transfer Acceleration
501-
state of a bucket.
501+
```{note}
502+
Make sure the IAM user has the `s3:GetAccelerateConfiguration` permission required to query the Transfer Acceleration
503+
status of a bucket.
504+
```
502505

503506
### Checksums
504507

0 commit comments

Comments
 (0)