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: packages/@aws-cdk/aws-s3/README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -522,15 +522,15 @@ by deploying with CDK version `1.126.0` or later **before** switching this value
522
522
523
523
```ts
524
524
const bucket =news3.Bucket(this, 'MyBucket', {
525
-
transferAcceleration: true,
525
+
transferAcceleration: true,
526
526
});
527
527
```
528
528
529
529
To access the bucket that is enabled for Transfer Acceleration, you must use a special endpoint. The URL can be generated using method `transferAccelerationUrlForObject`:
[Intelligent Tiering](https://docs.aws.amazon.com/AmazonS3/latest/userguide/intelligent-tiering.html) can be configured to automatically move files to glacier:
0 commit comments