-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add go-storage for generic storage backend support (#37)
* feat: add storage pkg Signed-off-by: Taylan Dogan <[email protected]> * refactor: replace gcs_sdk with generic storage backend Signed-off-by: Taylan Dogan <[email protected]> Co-authored-by: Tobias Kongsvik <[email protected]> * refactor: control iterator done Signed-off-by: Taylan Dogan <[email protected]> * refactor: ignore meaningless error message in error log Signed-off-by: Taylan Dogan <[email protected]> * refactor: use storage backend in push command Signed-off-by: Taylan Dogan <[email protected]> * fix: add beyondstorage/types as a dependency Signed-off-by: Taylan Dogan <[email protected]> * refactor: use path.Base instead of doing it manually Signed-off-by: Taylan Dogan <[email protected]> * refactor: use storage backend instead of gcs_sdk Signed-off-by: Taylan Dogan <[email protected]> * refactor: remove gcs_sdk from dependencies Signed-off-by: Taylan Dogan <[email protected]> * chore: update go.mod Signed-off-by: Taylan Dogan <[email protected]> * refactor: enable storage field on bazel rule Signed-off-by: Taylan Dogan <[email protected]> * refactor: remove gcsBucket flag Signed-off-by: Taylan Dogan <[email protected]> * refactor: remove redundant err check Signed-off-by: Taylan Dogan <[email protected]> * refactor: avoid using Must* functions Signed-off-by: Taylan Dogan <[email protected]> * chore: update help menu Signed-off-by: Taylan Dogan <[email protected]> * docs: update README Signed-off-by: Taylan Dogan <[email protected]> Co-authored-by: Tobias Kongsvik <[email protected]>
- Loading branch information
Showing
14 changed files
with
382 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.