Skip to content

AWS: Update S3 signer spec to allow an optional string body in S3SignRequest.#8361

Merged
amogh-jahagirdar merged 1 commit into
masterfrom
wip-s3sign-body
Aug 21, 2023
Merged

AWS: Update S3 signer spec to allow an optional string body in S3SignRequest.#8361
amogh-jahagirdar merged 1 commit into
masterfrom
wip-s3sign-body

Conversation

@amogh-jahagirdar

Copy link
Copy Markdown
Contributor

This change does the following:

1.) Updates the S3 Signer Spec to allow an optional string body in S3SignRequest
2.) Updates S3SignRequestParser to support serialization and deserialization of the body.

Note: The body field will only be populated for requests which do not have the relevant information for signing in the URI itself (e..g DeleteObjectsRequest)

cc: @danielcweeks @nastra @jackye1995

Comment thread aws/src/main/resources/s3-signer-open-api.yaml

@nastra nastra left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, thanks @amogh-jahagirdar

…Request.

Update S3 signer parser implementation to enable
serialization/deserialization of the body.

Note: This will only be populated for requests which do not transmit
relevant data to sign as part of the URI itself (e.g.
DeleteObjectsRequest)

@danielcweeks danielcweeks left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, thanks @amogh-jahagirdar !

@amogh-jahagirdar amogh-jahagirdar merged commit 1963790 into master Aug 21, 2023
@amogh-jahagirdar

Copy link
Copy Markdown
Contributor Author

Thanks for review @danielcweeks @nastra !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants