Clean up documentation and remove unnecessary flag

This commit is contained in:
stefanbenten
2020-02-21 23:10:33 +01:00
parent 96fb3cbe61
commit 867471aa9c
3 changed files with 5 additions and 6 deletions

View File

@ -572,7 +572,7 @@ type StorjStorage struct {
logger *log.Logger
}
func NewStorjStorage(access, bucket string, skipCA bool, logger *log.Logger) (*StorjStorage, error) {
func NewStorjStorage(access, bucket string, logger *log.Logger) (*StorjStorage, error) {
var instance StorjStorage
var err error