We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add prefix support to Google Cloud Platform Storage scaler.
Similar to blobPrefix in Azure Blob Storage.
blobPrefix
This value is currently hardcoded to "" in the code: https://github.com/kedacore/keda/blob/main/pkg/scalers/gcp_storage_scaler.go#L194
""
This allows us to only watch part of a bucket.
I might be able to contribute this myself but I thought I'd already open the issue to see if this is acceptable.
The text was updated successfully, but these errors were encountered:
This is definitely useful improvement, shall I assign the issue to you @wrdls ?
Sorry, something went wrong.
Agree, this is a really useful improvement 😄
Successfully merging a pull request may close this issue.
Proposal
Add prefix support to Google Cloud Platform Storage scaler.
Similar to
blobPrefix
in Azure Blob Storage.This value is currently hardcoded to
""
in the code: https://github.com/kedacore/keda/blob/main/pkg/scalers/gcp_storage_scaler.go#L194Use-Case
This allows us to only watch part of a bucket.
Anything else?
I might be able to contribute this myself but I thought I'd already open the issue to see if this is acceptable.
The text was updated successfully, but these errors were encountered: