Skip to content

feat(s3): support Transfer Acceleration#17636

Merged
mergify[bot] merged 3 commits intoaws:masterfrom
jumic:s3-transfer-acceleration
Nov 24, 2021
Merged

feat(s3): support Transfer Acceleration#17636
mergify[bot] merged 3 commits intoaws:masterfrom
jumic:s3-transfer-acceleration

Conversation

@jumic
Copy link
Copy Markdown
Contributor

@jumic jumic commented Nov 22, 2021

Add support for S3 Transfer Acceleration.

This PR introduces:

  • New boolean property transferAcceleration to enable Transfer Acceleration.
  • New operation transferAccelerationUrlForObject() to get HTTPS endpoint for Transfer Acceleration.

Closes #12570.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions bot added the @aws-cdk/aws-s3 Related to Amazon S3 label Nov 22, 2021
@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Nov 23, 2021

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Nov 24, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 7181830
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit b432822 into aws:master Nov 24, 2021
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Nov 24, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

beezly pushed a commit to beezly/aws-cdk that referenced this pull request Nov 29, 2021
Add support for S3 [Transfer Acceleration](https://docs.aws.amazon.com/AmazonS3/latest/userguide/transfer-acceleration.html).

This PR introduces:
- New boolean property `transferAcceleration` to enable Transfer Acceleration.
- New operation `transferAccelerationUrlForObject()` to get HTTPS endpoint for Transfer Acceleration.

Closes aws#12570.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
TikiTDO pushed a commit to TikiTDO/aws-cdk that referenced this pull request Feb 21, 2022
Add support for S3 [Transfer Acceleration](https://docs.aws.amazon.com/AmazonS3/latest/userguide/transfer-acceleration.html).

This PR introduces:
- New boolean property `transferAcceleration` to enable Transfer Acceleration.
- New operation `transferAccelerationUrlForObject()` to get HTTPS endpoint for Transfer Acceleration.

Closes aws#12570.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

@aws-cdk/aws-s3 Related to Amazon S3

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(s3): Add support for transfer acceleration

3 participants