go-ml-dev/iokit

View on GitHub
s3p/url.go

Summary

Maintainability
A
0 mins
Test Coverage

func ResolveUrl should be ResolveURL
Open

func ResolveUrl(s3url string) (ssn *session.Session, loc Location, err error) {
Severity: Minor
Found in s3p/url.go by golint

exported function Download should have comment or be unexported
Open

func Download(url string, wr io.WriterAt) (err error) {
Severity: Minor
Found in s3p/url.go by golint

exported function Upload should have comment or be unexported
Open

func Upload(url string, rd io.Reader, metadata map[string]string) (err error) {
Severity: Minor
Found in s3p/url.go by golint

exported function DecodeUrl should have comment or be unexported
Open

func DecodeUrl(u *url.URL) (ap *AccessPoint, err error) {
Severity: Minor
Found in s3p/url.go by golint

func DecodeUrl should be DecodeURL
Open

func DecodeUrl(u *url.URL) (ap *AccessPoint, err error) {
Severity: Minor
Found in s3p/url.go by golint

exported function ResolveUrl should have comment or be unexported
Open

func ResolveUrl(s3url string) (ssn *session.Session, loc Location, err error) {
Severity: Minor
Found in s3p/url.go by golint

There are no issues that match your filters.

Category
Status