Skip to content
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 add support for different s3 providers #123

Merged
merged 2 commits into from
Jul 4, 2024
Merged

feat add support for different s3 providers #123

merged 2 commits into from
Jul 4, 2024

Conversation

andrzejmikolajczakds
Copy link
Contributor

Description

Add other than amazon s3 providers as cloud storage

Checklist

  • [*] Tests have been added (if applicable, ie. when operator codes are added or modified)
  • [*] Relevant docs have been added or modified (if applicable, ie. when new features are added or current features are modified)

Relevant issue #122

@andrzejmikolajczakds andrzejmikolajczakds deleted the issue_122 branch June 28, 2024 11:41
@andrzejmikolajczakds andrzejmikolajczakds restored the issue_122 branch June 28, 2024 11:42
@kane8n kane8n requested a review from a team July 1, 2024 02:06
Copy link
Contributor

@gold-kou gold-kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contrib!
Just nits.

docs/user-guide.md Outdated Show resolved Hide resolved
@@ -27,7 +27,9 @@ func GetProvider(provider string, args ...EnvVars) *CloudStorageProvider {
var csp CloudStorageProvider
switch provider {
case "aws":
csp = &AWSCloudStorageProvider{providerName: provider}
csp = &S3CloudStorageProvider{providerName: provider}
Copy link
Contributor

@gold-kou gold-kou Jul 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The backward compatibility for aws looks maintained.
Sounds good ✨ .

docs/user-guide.md Outdated Show resolved Hide resolved
Copy link
Contributor

@gold-kou gold-kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gold-kou gold-kou requested a review from a team July 3, 2024 11:11
Copy link
Contributor

@kane8n kane8n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@kane8n kane8n merged commit 956ce9a into st-tech:main Jul 4, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants