GO-2024-2703: Kopia: Storage connection credentials written to console on "repository status" CLI command with JSON output in github.com/kopia/kopia
package
Version:
v0.3.0-pre9
Opens a new window with list of versions in this module.
Published: May 31, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package webdav implements WebDAV-based Storage.
New creates new WebDAV-backed storage in a specified URL.
type Options struct {
URL string `json:"url"`
DirectoryShards []int `json:"dirShards"`
Username string `json:"username,omitempty"`
Password string `json:"password,omitempty" kopia:"sensitive"`
}
Options defines options for Filesystem-backed storage.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.