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

CUMULUS-3967 -- Forward port of release fix -- Pin @aws-sdk/client-s3 to 3.726 due to unit failure in > 3.729.0 #3905

Merged
merged 4 commits into from
Jan 21, 2025

Conversation

Jkovarik
Copy link
Member

Summary: Summary of changes

Addresses fix found in CUMULUS-3967 -- dependency issue with s3-client's moveObject() moves a 0 byte file test throwing

Rejected promise returned by test. Reason:

InternalError (S3ServiceException) {
$fault: 'client',
$metadata: {
attempts: 3,
cfId: undefined,
extendedRequestId: 's9lzHYrFp76ZVxRcpX9+5cjAnEH2ROuNkd2BHfIa6UkFVdtjf5mKR3/eTPFvsiP/XV/VLi31234=',
httpStatusCode: 500,
requestId: 'fec3950c-a7d2-4935-b05a-b6e68e50e407',
totalRetryDelay: 222,
},
Code: 'InternalError',
RequestId: 'fec3950c-a7d2-4935-b05a-b6e68e50e407',
message: 'exception while calling s3.PutObject: 'NoneType' object has no attribute 'to_bytes'',
}

This appears to be due to a change in the client-s3 releases after 3.729.

Copy link
Contributor

@npauzenga npauzenga left a comment

Choose a reason for hiding this comment

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

Approved (pending CI agreeing that this works)

@Jkovarik Jkovarik merged commit 3786d17 into master Jan 21, 2025
3 checks passed
jennyhliu added a commit that referenced this pull request Jan 22, 2025
…lient-s3 to 3.726 due to unit failure in > 3.729.0 (#3905)"

This reverts commit 3786d17.
etcart pushed a commit that referenced this pull request Jan 22, 2025
… to 3.726 due to unit failure in > 3.729.0 (#3905)

* Pin @aws-sdk/client-s3 to 3.726 due to unit failure in > 3.729.0

* Fixup

* Fix dependency concern

* Update CHANGELOG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants