-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: list storage candidates #30
Conversation
…ge-plugin-gcs into list_candidates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! Just some adaptations to the breaking change in the latest release.
Mhm, now it fails. Is that my fault? If so, sorry if I broke something. |
…ge-plugin-gcs into list_candidates
Ah sorry I had used a character count for gcs:// and bucket name to obtain the list_blobs prefix. |
🤖 I have created a release *beep* *boop* --- ## [1.1.0](v1.0.0...v1.1.0) (2024-08-19) ### Features * list storage candidates ([#30](#30)) ([c7ba28e](c7ba28e)) ### Bug Fixes * fixing the directory() issue due to uploading the local_prefix instead of GCS prefix. ([#41](#41)) ([27c80dc](27c80dc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sorry accidentally closed the previous pull request. Did the suggested formatting changes. Still trying to figure out testing.