diff --git a/pkg/s3utils/utils.go b/pkg/s3utils/utils.go index ecdc5c9ce..0e63ce2f7 100644 --- a/pkg/s3utils/utils.go +++ b/pkg/s3utils/utils.go @@ -408,4 +408,4 @@ func CheckValidObjectName(objectName string) error { return errors.New("Object name cannot be empty") } return CheckValidObjectNamePrefix(objectName) -} \ No newline at end of file +}