# Packages
No description provided by the author
No description provided by the author
No description provided by the author
Package rcserver implements the HTTP endpoint to serve the remote control.
# Functions
No description provided by the author
No description provided by the author
DefaultGlobalOptions returns rclone fs.ConfigInfo initialized with default values.
No description provided by the author
GetConfig returns the rclone global config.
HasProvider returns true iff provider was registered.
InitFsConfig enables in-memory config and sets default config values.
InitFsConfigWithOptions enables in-memory config and sets custom config values.
MustRegisterLocalDirProvider calls RegisterLocalDirProvider and panics on error.
MustRegisterPrometheusMetrics registers rclone metrics with prometheus.
MustRegisterS3Provider calls RegisterS3Provider and panics on error.
RedirectLogPrint redirects fs.LogPrint to the logger.
RegisterAzureProvider must be called before server is started.
RegisterGCSProvider must be called before server is started.
RegisterLocalDirProvider must be called before server is started.
RegisterS3Provider must be called before server is started.
SetRateLimit sets the global rate limit to a given amount of MiB per second.
StartAccountingOperations starts token bucket and transaction limiter tracking.
StartProgress starts the progress bar printing
It returns a func which should be called to stop the stats.
UserAgent returns string value that can be used as identifier in client calls to the service providers.
# Structs
AzureOptions is a clone rclone file system Options designed for inclusion in Scylla Manager Agent config, and YAML parsing.
GCSOptions is a clone rclone file system Options designed for inclusion in Scylla Manager Agent config, and YAML parsing.
LocalOptions is a clone rclone file system Options designed for inclusion in Scylla Manager Agent config, and YAML parsing.
S3Options is a clone rclone file system Options designed for inclusion in Scylla Manager Agent config, and YAML parsing.
# Type aliases
GlobalOptions is an alias for rclone fs.ConfigInfo.