-
Notifications
You must be signed in to change notification settings - Fork 171
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
Serialization error with S3Config's credential_provider #3322
Comments
If I remove the
|
It seems like something might be amiss with the
I get this error:
|
Hey @tvanhens , thank you for your patience. To follow up from Slack, I have a PR out that will fix the Ray serialization issue for writes (#3339). However, |
Since the serialization fixes have been merged into main, I created a new issue to track S3 credentials provider for writes: #3367 |
Describe the bug
In https://dist-data.slack.com/archives/C041NA2RBFD/p1731789019058459, a user encountered a serialization error when using a callable credential provider for S3.
Code:
Error:
S3Credentials
seems to be missing theexpiry
attribute, which is optional for the user to provide. Either in some constructor, or in some serde path, we're dropping this.To Reproduce
No response
Expected behavior
No response
Component(s)
Other
Additional context
No response
The text was updated successfully, but these errors were encountered: