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

Allow cloning a Presigned Request #3085

Closed
wants to merge 1 commit into from

Conversation

DavidSouther
Copy link
Contributor

Motivation and Context

This allows SDK users to clone a PresignedRequest.

Description

PresignedRequests come from S3 and Polly. They represent capabilities to perform some action in S3 or Polly on behalf of an AWS account, in a very limited scope. For instance, a presigned PUT request includes capability information for a client to copy the URI and headers and make an HTTP PUT request with their own body.

Testing

Included unit tests.

Checklist

  • I have updated CHANGELOG.next.toml if I made changes to the smithy-rs codegen or runtime crates
  • I have updated CHANGELOG.next.toml if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@DavidSouther DavidSouther requested a review from a team as a code owner October 20, 2023 19:47
@rcoh
Copy link
Collaborator

rcoh commented Oct 25, 2023

closing and merging related PR, #3084

@rcoh rcoh closed this Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants