Skip to content

Conversation

@lgarber-akamai
Copy link
Contributor

@lgarber-akamai lgarber-akamai commented Jan 30, 2025

📝 Description

This pull request addresses an incompatibility between boto3 >= 1.36.x and third-part S3-compatible storage providers (including Akamai Compute).

Details on the incompatibility can be found here: boto/botocore#3352

✔️ How to Test

The following test steps assume you have pulled down this PR locally and run the following:

# Forcibly reinstall the optional dependencies (including boto3)
pip install --force .[dev,obj]
make install

Integration Testing

make TEST_SUITE=obj test-int

Manual Testing

N/A

@lgarber-akamai lgarber-akamai added the bugfix for any bug fixes in the changelog. label Jan 30, 2025
@lgarber-akamai lgarber-akamai marked this pull request as ready for review January 30, 2025 15:10
@lgarber-akamai lgarber-akamai requested a review from a team as a code owner January 30, 2025 15:10
@lgarber-akamai lgarber-akamai requested review from ezilber-akamai and zliang-akamai and removed request for a team January 30, 2025 15:10
TEST_IMAGE_CONTENT = (
b"\x1F\x8B\x08\x08\xBD\x5C\x91\x60\x00\x03\x74\x65\x73\x74\x2E\x69"
b"\x6D\x67\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00"
b"\x1f\x8b\x08\x08\xbd\x5c\x91\x60\x00\x03\x74\x65\x73\x74\x2e\x69"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This change was made implicitly by the formatter 🙂

Copy link
Contributor

@ezilber-akamai ezilber-akamai left a comment

Choose a reason for hiding this comment

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

Passing locally!

Copy link
Contributor

@yec-akamai yec-akamai left a comment

Choose a reason for hiding this comment

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

Tests passed locally!

@lgarber-akamai lgarber-akamai merged commit 634488f into linode:dev Jan 30, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix for any bug fixes in the changelog.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants