forked from kubevela/terraform-controller
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for custom s3 backend (kubevela#316)
* Add support for custom s3 backend Signed-off-by: loheagn <loheagn@icloud.com> * Rename some examples Signed-off-by: loheagn <loheagn@icloud.com> * Rename `S3Backend.Token` to `S3Backend.SessionToken` Signed-off-by: loheagn <loheagn@icloud.com> * Fix go.mod Signed-off-by: loheagn <loheagn@icloud.com> * Refactor the `backend.Backend` initialization logic Signed-off-by: loheagn <loheagn@icloud.com> * lint code Signed-off-by: loheagn <loheagn@icloud.com> * lint code Signed-off-by: loheagn <loheagn@icloud.com> * lint code Signed-off-by: loheagn <loheagn@icloud.com> * lint code Signed-off-by: loheagn <loheagn@icloud.com> * e2e test Signed-off-by: loheagn <loheagn@icloud.com> * e2e test retry Signed-off-by: loheagn <loheagn@icloud.com> * e2e test Signed-off-by: loheagn <loheagn@icloud.com> * e2e test retry Signed-off-by: loheagn <loheagn@icloud.com> * e2e test try again Signed-off-by: loheagn <loheagn@icloud.com> * e2e test try again Signed-off-by: loheagn <loheagn@icloud.com> * e2e test try again Signed-off-by: loheagn <loheagn@icloud.com> * e2e test try again Signed-off-by: loheagn <loheagn@icloud.com> * e2e test try again Signed-off-by: loheagn <loheagn@icloud.com> * e2e test Signed-off-by: loheagn <loheagn@icloud.com> * Reuse the meta.Credentials to build `backend.Backend` Signed-off-by: loheagn <loheagn@icloud.com> * make "kubernetes" and "s3" constants Signed-off-by: loheagn <loheagn@icloud.com>
- Loading branch information
Showing
19 changed files
with
704 additions
and
196 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.