Skip to content

feat: add ChecksumType to CompleteMultipartUpload response struct - #57

Open
Dansyuqri wants to merge 1 commit into
pgsty:mainfrom
Dansyuqri:feat-add-checksumtype-completemultipartupload-response
Open

feat: add ChecksumType to CompleteMultipartUpload response struct#57
Dansyuqri wants to merge 1 commit into
pgsty:mainfrom
Dansyuqri:feat-add-checksumtype-completemultipartupload-response

Conversation

@Dansyuqri

Copy link
Copy Markdown

Contribution Licensing (no CLA, inbound=outbound, DCO required)

This project does not use a CLA; contributions are accepted inbound=outbound.
By submitting this pull request I represent that I have the right to contribute
the changes, which are licensed under this repository's
GNU Affero General Public License v3.0 or later
and remain my copyright. Every commit must carry a DCO Signed-off-by trailer
(git commit -s) certifying the
Developer Certificate of Origin — see
CONTRIBUTING.md.

Description

Add the ChecksumType field in the CompleteMultipartUploadResponse struct

Motivation and Context

Resolves #47

How to test this PR?

make test passes

Compatibility impact

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Optimization (provides speedup with no functional changes)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • All commits are signed off (git commit -s) per the DCO
  • Fixes a regression (If yes, please add commit-id or PR # here)
  • Unit tests added/updated
  • make verifiers passes
  • Relevant package tests and make build pass
  • Compatibility and rollback impact documented
  • Internal documentation updated
  • Public documentation update opened in pgsty/silo.pgsty.com, if needed

Signed-off-by: Shooks <justanormalme@gmail.com>
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.

CompleteMultipartUpload response omits ChecksumType

1 participant