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

Integrate the s3ng storage driver #1886

Merged
merged 4 commits into from
May 12, 2021
Merged

Conversation

aduffeck
Copy link
Contributor

@aduffeck aduffeck commented Apr 1, 2021

Description

Make the s3ng storage driver available to users.

@update-docs
Copy link

update-docs bot commented Apr 1, 2021

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@aduffeck aduffeck force-pushed the s3ng-integration branch 2 times, most recently from 2a5f3f9 to b1ef03d Compare April 7, 2021 09:37
@wkloucek wkloucek requested a review from butonic April 12, 2021 06:44
@@ -146,6 +146,7 @@ func StorageUsersWithConfig(cfg *config.Config) []cli.Flag {
flags = append(flags, DriverLocalWithConfig(cfg)...)
flags = append(flags, DriverOwnCloudWithConfig(cfg)...)
flags = append(flags, DriverOCISWithConfig(cfg)...)
flags = append(flags, DriverS3NGWithConfig(cfg)...)
Copy link
Member

@butonic butonic Apr 14, 2021

Choose a reason for hiding this comment

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

also add this to storagemetadata.go pls

@sonarcloud
Copy link

sonarcloud bot commented May 12, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

13.0% 13.0% Coverage
23.2% 23.2% Duplication

@butonic butonic merged commit 8446779 into owncloud:master May 12, 2021
ownclouders pushed a commit that referenced this pull request May 12, 2021
Merge: a200475 b8621aa
Author: Jörn Friedrich Dreyer <jfd@butonic.de>
Date:   Wed May 12 16:47:33 2021 +0200

    Merge pull request #1886 from aduffeck/s3ng-integration

    Integrate the s3ng storage driver
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.

2 participants