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

ci: Migrate to Go modules + add support for GetObject and PutObject on S3 #22

Closed
wants to merge 5 commits into from

Conversation

alexec
Copy link
Contributor

@alexec alexec commented Jul 17, 2020

@@ -109,7 +109,7 @@ func NewS3Client(opts S3ClientOpts) (S3Client, error) {
} else {
minioClient, err = minio.New(s3cli.Endpoint, s3cli.AccessKey, s3cli.SecretKey, s3cli.Secure)
}
} else if s3cli.UseSDKCreds == true {
} else if s3cli.UseSDKCreds {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

minor lint

@alexec alexec requested a review from jessesuen July 17, 2020 20:41
@alexec alexec changed the title ci: Migrate to Go modules ci: Migrate to Go modules + add support for GetObject and PutObject on S3 Jul 17, 2020
@sonarcloud
Copy link

sonarcloud bot commented Jul 17, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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.

1 participant