Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(s3): support Transfer Acceleration #17636

Merged
merged 3 commits into from Nov 24, 2021

Conversation

jumic
Copy link
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

gitpod-io bot commented Nov 23, 2021

@mergify
Copy link
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
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
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