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

Add presign-url client support #888

Merged
merged 24 commits into from
Nov 20, 2020
Merged

Add presign-url client support #888

merged 24 commits into from
Nov 20, 2020

Conversation

skotambkar
Copy link
Contributor

@skotambkar skotambkar commented Nov 11, 2020

[x] Generates presign url clients for s3, rds and ec2 client.
[x] Modifies existing rds autofill customization and test runner.
[x] Generates presign operation functions for a handful of operations.
[x] Write test for s3 presign url operation and client.

Fixes #891

service/rds/api_op_CopyDBClusterSnapshot.go Outdated Show resolved Hide resolved
service/internal/presigned-url/middleware_test.go Outdated Show resolved Hide resolved
service/s3/internal/customizations/presigned_expires.go Outdated Show resolved Hide resolved
service/s3/api_client.go Outdated Show resolved Hide resolved
service/s3/api_client.go Outdated Show resolved Hide resolved
service/s3/api_client.go Outdated Show resolved Hide resolved
service/s3/api_client.go Outdated Show resolved Hide resolved
service/s3/api_client.go Outdated Show resolved Hide resolved
service/s3/api_client.go Outdated Show resolved Hide resolved
Copy link
Contributor

@jasdel jasdel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

everything looks good with the exception of probably want to exclude putObject until signing issue is fixed.

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.

Refactor SDK's presign URL feature
2 participants