-
Notifications
You must be signed in to change notification settings - Fork 874
Generate PutBucketTagging S3 operation #4214
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
base: muhamoth/S3-generate-PutBucketOwnershipControls-operation
Are you sure you want to change the base?
Generate PutBucketTagging S3 operation #4214
Conversation
|
No breaking changes were found Breaking Change Analysis for PutBucketTagging Operation Migration (Commit 9a887f5)SummaryAnalyzed migration of PutBucketTagging operation from Custom to Generated code. NO BREAKING CHANGES DETECTED. Files Analyzed: 8 of 12 files in commit1. PutBucketTaggingRequestMarshaller.cs
2. PutBucketTaggingResponseUnmarshaller.cs
3. PutBucketTaggingRequest.cs
4. PutBucketTaggingResponse.cs
5. s3.customizations.json
6. ServiceModel.cs
7. __AmazonS3Client.cs (bcl and netstandard)
8. __IAmazonS3.cs (bcl and netstandard)
Critical Validation Points Checked:✅ IsSet Method Validation (Request Objects with String Properties):
✅ Marshaller Logic:
✅ Unmarshaller Logic:
✅ Public Properties:
✅ Backwards Compatibility:
Conclusion:NO BREAKING CHANGES DETECTED in the migration of PutBucketTagging operation from custom to generated code. The migration successfully preserves all public API contracts, IsSet method behaviors, marshalling/unmarshalling logic, and backward compatibility. Files Analyzed: 8 out of 12 files changed
|
c6e3388 to
9a887f5
Compare
Description
Generates
PutBucketTaggingS3 operationContentMD5property was added to the request.Motivation and Context
DOTNET-8422Testing
DRY_RUN-68d245f4-de50-4bde-b7b5-25367b3daa55.Screenshots (if appropriate)
Types of changes
Checklist
License