-
Notifications
You must be signed in to change notification settings - Fork 327
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
Reactive GCS #2028
Reactive GCS #2028
Conversation
SonarCloud Quality Gate failed.
|
@gkatzioura A lot of the functionality in this PR seems to not be Spring-specific. All of the auth changes would probably fit better in https://github.com/googleapis/google-auth-library-java. The GCS changes would also better fit under https://github.com/googleapis/java-storage. Would you mind opening issues in those repositories to start the relevant discussions? |
Hi @meltsufin I can do so. |
i'm particularly interested in the auth portion of this PR. @gkatzioura did this ever make it to google-auth-library-java (or anywhere else)? |
Hi @brianmaresca raised this pr |
This is a PR for #2027
On spring-cloud-gcp-core it provides the functionality to generate api tokens in a reactive way. On the spring-cloud-gcp-storage the GCS apis are called through WebClient once they have received a functional token.