Skip to content

[adapters] Fix regression in S3 connector.#5604

Merged
ryzhyk merged 1 commit intomainfrom
s3-input-regression
Feb 11, 2026
Merged

[adapters] Fix regression in S3 connector.#5604
ryzhyk merged 1 commit intomainfrom
s3-input-regression

Conversation

@ryzhyk
Copy link
Contributor

@ryzhyk ryzhyk commented Feb 11, 2026

A recent package version upgrade disabled an essential feature that caused the connector to crash with

thread 'connector-init' (50) panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-sdk-s3-1.122.0/src/config.rs:1663:80:
Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature.
stack backtrace:

A recent package version upgrade disabled an essential feature that caused the connector to crash with

```
thread 'connector-init' (50) panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-sdk-s3-1.122.0/src/config.rs:1663:80:
Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature.
stack backtrace:
```

Signed-off-by: Leonid Ryzhyk <ryzhyk@gmail.com>
@ryzhyk ryzhyk added the connectors Issues related to the adapters/connectors crate label Feb 11, 2026
@ryzhyk ryzhyk added this pull request to the merge queue Feb 11, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 11, 2026
@ryzhyk ryzhyk added this pull request to the merge queue Feb 11, 2026
Merged via the queue into main with commit b72e542 Feb 11, 2026
3 checks passed
@ryzhyk ryzhyk deleted the s3-input-regression branch February 11, 2026 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

connectors Issues related to the adapters/connectors crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants