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

.sync() not found: Make more obvious that tokio is required. #1960

Open
Corallus-Caninus opened this issue Oct 19, 2021 · 0 comments
Open

.sync() not found: Make more obvious that tokio is required. #1960

Corallus-Caninus opened this issue Oct 19, 2021 · 0 comments

Comments

@Corallus-Caninus
Copy link

as per this post
https://users.rust-lang.org/t/rusoto-how-to-make-sync-calls/41317
.sync() is not available for futures, specifically in my case for S3 object requests, but used throughout the documentation.

Tokio is required to handle the asynchronous futures but is not listed and should not be expected to be known since it is not in std and core.

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

No branches or pull requests

1 participant