Documentation ¶
Overview ¶
Package fs is a generic file system interface for rclone object storage systems
Index ¶
- Constants
- Variables
- func CheckClose(c io.Closer, err *error)
- func CompareDirEntries(a, b DirEntry) int
- func ConfigMap(prefix string, options Options, configName string, ...) (config *configmap.Map)
- func ConfigOAuthOnly(ctx context.Context) context.Context
- func ConfigString(f Info) string
- func ConfigStringFull(f Fs) string
- func ConfigToEnv(section, name string) string
- func CopyConfig(dstCtx, srcCtx context.Context) context.Context
- func Debug(o interface{}, text string)
- func Debugf(o interface{}, text string, args ...interface{})
- func DirEntryType(d DirEntry) string
- func DirectoryOptionalInterfaces(d Directory) (supported, unsupported []string)
- func Error(o interface{}, text string)
- func Errorf(o interface{}, text string, args ...interface{})
- func Fatal(o interface{}, text string)
- func Fatalf(o interface{}, text string, args ...interface{})
- func FileExists(ctx context.Context, fs Fs, remote string) (bool, error)
- func Fingerprint(ctx context.Context, o ObjectInfo, fast bool) string
- func FixRangeOption(options []OpenOption, size int64)
- func FullPath(o Object) string
- func GetModifyWindow(ctx context.Context, fss ...Info) time.Duration
- func GlobalOptionsInit() error
- func Infoc(o interface{}, text string)
- func Infof(o interface{}, text string, args ...interface{})
- func IsDaemon() bool
- func IsMountHelper() bool
- func Log(o interface{}, text string)
- func LogDirName(f Fs, dir string) interface{}
- func LogLevelPrint(level LogLevel, o interface{}, text string)
- func LogLevelPrintf(level LogLevel, o interface{}, text string, args ...interface{})
- func LogPrint(level LogLevel, o interface{}, text string)
- func LogPrintf(level LogLevel, o interface{}, text string, args ...interface{})
- func Logf(o interface{}, text string, args ...interface{})
- func MatchProvider(providerConfig, provider string) bool
- func MimeType(ctx context.Context, o DirEntry) (mimeType string)
- func MimeTypeDirEntry(ctx context.Context, item DirEntry) string
- func MimeTypeFromName(remote string) (mimeType string)
- func NewUsageValue(value int64) *int64
- func ObjectOptionalInterfaces(o Object) (supported, unsupported []string)
- func OpenOptionAddHTTPHeaders(headers http.Header, options []OpenOption)
- func OpenOptionAddHeaders(options []OpenOption, headers map[string]string)
- func OpenOptionHeaders(options []OpenOption) (headers map[string]string)
- func OptionToEnv(name string) string
- func Panic(o interface{}, text string)
- func Panicf(o interface{}, text string, args ...interface{})
- func ParseDuration(age string) (time.Duration, error)
- func ParseTime(date string) (t time.Time, err error)
- func PrettyPrint(in any, label string, level LogLevel)
- func Print(o interface{}, text string)
- func Printf(o interface{}, text string, args ...interface{})
- func Register(info *RegInfo)
- func RegisterGlobalOptions(oi OptionsInfo)
- func StatePop(state string) (newState string, value string)
- func StatePush(state string, values ...string) string
- func Type(f Fs) string
- func UnmarshalJSONFlag(in []byte, x interface{ ... }, setInt func(int64) error) error
- type Abouter
- type BaseOption
- type Bits
- func (b Bits[C]) Choices() []BitsChoicesInfo
- func (b Bits[C]) Help() string
- func (b Bits[C]) IsSet(mask Bits[C]) bool
- func (b *Bits[C]) MarshalJSON() ([]byte, error)
- func (b *Bits[C]) Scan(s fmt.ScanState, ch rune) error
- func (b *Bits[C]) Set(s string) error
- func (b Bits[C]) String() string
- func (b Bits[C]) Type() string
- func (b *Bits[C]) UnmarshalJSON(in []byte) error
- type BitsChoices
- type BitsChoicesInfo
- type BwPair
- type BwTimeSlot
- type BwTimetable
- type ChangeNotifier
- type Choices
- type ChunkOption
- type ChunkWriter
- type ChunkWriterInfo
- type CleanUpper
- type CommaSepList
- type CommandHelp
- type Commander
- type ConfigIn
- type ConfigInfo
- type ConfigOut
- func BackendConfig(ctx context.Context, name string, m configmap.Mapper, ri *RegInfo, ...) (out *ConfigOut, err error)
- func ConfigChoose(state string, name string, help string, n int, ...) (*ConfigOut, error)
- func ConfigChooseExclusive(state string, name string, help string, n int, ...) (*ConfigOut, error)
- func ConfigChooseExclusiveFixed(state string, name string, help string, items []OptionExample) (*ConfigOut, error)
- func ConfigChooseFixed(state string, name string, help string, items []OptionExample) (*ConfigOut, error)
- func ConfigConfirm(state string, Default bool, name string, help string) (*ConfigOut, error)
- func ConfigError(state string, Error string) (*ConfigOut, error)
- func ConfigGoto(state string) (*ConfigOut, error)
- func ConfigInput(state string, name string, help string) (*ConfigOut, error)
- func ConfigInputOptional(state string, name string, help string) (*ConfigOut, error)
- func ConfigPassword(state string, name string, help string) (*ConfigOut, error)
- func ConfigResult(state, result string) (*ConfigOut, error)
- type Copier
- type CountSuffix
- type CountSuffixList
- type CutoffMode
- type DeleteMode
- type Dir
- func (d *Dir) Fs() Info
- func (d *Dir) ID() string
- func (d *Dir) Items() int64
- func (d *Dir) ModTime(ctx context.Context) time.Time
- func (d *Dir) ParentID() string
- func (d *Dir) Remote() string
- func (d *Dir) SetID(id string) *Dir
- func (d *Dir) SetItems(items int64) *Dir
- func (d *Dir) SetParentID(parent string) *Dir
- func (d *Dir) SetRemote(remote string) *Dir
- func (d *Dir) SetSize(size int64) *Dir
- func (d *Dir) Size() int64
- func (d *Dir) String() string
- type DirCacheFlusher
- type DirEntries
- func (ds DirEntries) ForDir(fn func(dir Directory))
- func (ds DirEntries) ForDirError(fn func(dir Directory) error) error
- func (ds DirEntries) ForObject(fn func(o Object))
- func (ds DirEntries) ForObjectError(fn func(o Object) error) error
- func (ds DirEntries) Len() int
- func (ds DirEntries) Less(i, j int) bool
- func (ds DirEntries) Swap(i, j int)
- type DirEntry
- type DirMover
- type DirSetModTimer
- type DirWrapper
- func (d *DirWrapper) Metadata(ctx context.Context) (Metadata, error)
- func (d *DirWrapper) Remote() string
- func (d *DirWrapper) SetMetadata(ctx context.Context, metadata Metadata) error
- func (d *DirWrapper) SetModTime(ctx context.Context, t time.Time) error
- func (d *DirWrapper) SetRemote(remote string) *DirWrapper
- func (d *DirWrapper) String() string
- type Directory
- type Disconnecter
- type DumpFlags
- type Duration
- func (d Duration) IsSet() bool
- func (d Duration) ReadableString() string
- func (d *Duration) Scan(s fmt.ScanState, ch rune) error
- func (d *Duration) Set(s string) error
- func (d Duration) ShortReadableString() string
- func (d Duration) String() string
- func (d Duration) Type() string
- func (d *Duration) UnmarshalJSON(in []byte) error
- type EntryType
- type Enum
- func (e Enum[C]) Choices() []string
- func (e Enum[C]) Help() string
- func (e *Enum[C]) MarshalJSON() ([]byte, error)
- func (e *Enum[C]) Scan(s fmt.ScanState, ch rune) error
- func (e *Enum[C]) Set(s string) error
- func (e Enum[C]) String() string
- func (e Enum[C]) Type() string
- func (e *Enum[C]) UnmarshalJSON(in []byte) error
- type Features
- func (ft *Features) Disable(name string) *Features
- func (ft *Features) DisableList(list []string) *Features
- func (ft *Features) Enabled() (features map[string]bool)
- func (ft *Features) Fill(ctx context.Context, f Fs) *Features
- func (ft *Features) List() (out []string)
- func (ft *Features) Mask(ctx context.Context, f Fs) *Features
- func (ft *Features) Wrap(f Fs) *Features
- func (ft *Features) WrapsFs(f Fs, w Fs) *Features
- type Flagger
- type FlaggerNP
- type Fs
- type FullDirectory
- type FullObject
- type FullObjectInfo
- type GetTierer
- type HTTPOption
- type HashesOption
- type IDer
- type Info
- type ListRCallback
- type ListRFn
- type ListRer
- type LogLevel
- type LogValueItem
- type MergeDirser
- type Metadata
- type MetadataHelp
- type MetadataInfo
- type MetadataOption
- type Metadataer
- type MimeTyper
- type MkdirMetadataer
- type Mover
- type NullOption
- type Object
- type ObjectInfo
- type ObjectPair
- type ObjectUnWrapper
- type Objects
- type ObjectsChan
- type OpenChunkWriter
- type OpenChunkWriterFn
- type OpenOption
- type OpenWriterAtFn
- type OpenWriterAter
- type Option
- func (o *Option) Copy() *Option
- func (o *Option) EnvVarName(prefix string) string
- func (o *Option) FlagName(prefix string) string
- func (o *Option) GetValue() interface{}
- func (o *Option) IsDefault() bool
- func (o *Option) MarshalJSON() ([]byte, error)
- func (o *Option) Set(s string) (err error)
- func (o *Option) String() string
- func (o *Option) Type() string
- type OptionExample
- type OptionExamples
- type OptionVisibility
- type Options
- func (os Options) Add(newOptions Options) Options
- func (os Options) AddPrefix(newOptions Options, prefix string, groups string) Options
- func (os Options) Get(name string) *Option
- func (os Options) HasAdvanced() bool
- func (os Options) NonDefault(m configmap.Getter) configmap.Simple
- func (os Options) Overridden(m *configmap.Map) configmap.Simple
- func (os Options) SetDefault(name string, def any) Options
- type OptionsInfo
- type OverrideDirectory
- type OverrideRemote
- func (o *OverrideRemote) GetTier() string
- func (o *OverrideRemote) ID() string
- func (o *OverrideRemote) Metadata(ctx context.Context) (Metadata, error)
- func (o *OverrideRemote) MimeType(ctx context.Context) string
- func (o *OverrideRemote) Remote() string
- func (o *OverrideRemote) String() string
- func (o *OverrideRemote) UnWrap() Object
- type Pacer
- type ParentIDer
- type PublicLinker
- type Purger
- type PutStreamer
- type PutUncheckeder
- type RangeOption
- type RangeSeeker
- type RegInfo
- type SeekOption
- type SetMetadataer
- type SetModTimer
- type SetTierer
- type Shutdowner
- type SizeSuffix
- func (x SizeSuffix) BitRateUnit() string
- func (x SizeSuffix) BitUnit() string
- func (x SizeSuffix) ByteRateUnit() string
- func (x SizeSuffix) ByteUnit() string
- func (x *SizeSuffix) Scan(s fmt.ScanState, ch rune) error
- func (x *SizeSuffix) Set(s string) error
- func (x SizeSuffix) String() string
- func (x SizeSuffix) Type() string
- func (x *SizeSuffix) UnmarshalJSON(in []byte) error
- type SizeSuffixList
- type SpaceSepList
- type TerminalColorMode
- type Time
- type Tristate
- type UnWrapper
- type Usage
- type UserInfoer
- type Wrapper
- type WriterAtCloser
Examples ¶
Constants ¶
const ( // ConfigToken is the key used to store the token under ConfigToken = "token" // ConfigKeyEphemeralPrefix marks config keys which shouldn't be stored in the config file ConfigKeyEphemeralPrefix = "config_" )
const ( CountSuffixBase CountSuffix = 1 Kilo = 1000 * CountSuffixBase Mega = 1000 * Kilo Giga = 1000 * Mega Tera = 1000 * Giga Peta = 1000 * Tera Exa = 1000 * Peta )
Common multipliers for SizeSuffix
const ( // CountSuffixMax is the largest CountSuffix multiplier CountSuffixMax = Exa // CountSuffixMaxValue is the largest value that can be used to create CountSuffix CountSuffixMaxValue = math.MaxInt64 // CountSuffixMinValue is the smallest value that can be used to create CountSuffix CountSuffixMinValue = math.MinInt64 )
const ( DaemonMarkVar = "_RCLONE_DAEMON_" DaemonMarkChild = "_rclone_daemon_" )
We use a special environment variable to let the child process know its role.
const ( // ModTimeNotSupported is a very large precision value to show // mod time isn't supported on this Fs ModTimeNotSupported = 100 * 365 * 24 * time.Hour // MaxLevel is a sentinel representing an infinite depth for listings MaxLevel = math.MaxInt32 )
Constants
const ( // SizeSuffixMax is the largest SizeSuffix multiplier SizeSuffixMax = Exbi // SizeSuffixMaxValue is the largest value that can be used to create SizeSuffix SizeSuffixMaxValue = math.MaxInt64 // SizeSuffixMinValue is the smallest value that can be used to create SizeSuffix SizeSuffixMinValue = math.MinInt64 )
const ConfigAll = "*all"
ConfigAll should be passed in as the initial state to run the entire config
const DurationOff = Duration((1 << 63) - 1)
DurationOff is the default value for flags which can be turned off
Variables ¶
var ( // Read a value from the config file // // This is a function pointer to decouple the config // implementation from the fs ConfigFileGet = func(section, key string) (string, bool) { return "", false } // Set a value into the config file and persist it // // This is a function pointer to decouple the config // implementation from the fs ConfigFileSet = func(section, key, value string) (err error) { return errors.New("no config file set handler") } // Check if the config file has the named section // // This is a function pointer to decouple the config // implementation from the fs ConfigFileHasSection = func(section string) bool { return false } // CountError counts an error. If any errors have been // counted then rclone will exit with a non zero error code. // // This is a function pointer to decouple the config // implementation from the fs CountError = func(err error) error { return err } // ConfigProvider is the config key used for provider options ConfigProvider = "provider" // ConfigEdit is the config key used to show we wish to edit existing entries ConfigEdit = "config_fs_edit" )
Global
var ( // ErrorNotFoundInConfigFile is returned by NewFs if not found in config file ErrorNotFoundInConfigFile = errors.New("didn't find section in config file") ErrorCantPurge = errors.New("can't purge directory") ErrorCantCopy = errors.New("can't copy object - incompatible remotes") ErrorCantMove = errors.New("can't move object - incompatible remotes") ErrorCantDirMove = errors.New("can't move directory - incompatible remotes") ErrorCantUploadEmptyFiles = errors.New("can't upload empty files to this remote") ErrorDirExists = errors.New("can't copy directory - destination already exists") ErrorCantSetModTime = errors.New("can't set modified time") ErrorCantSetModTimeWithoutDelete = errors.New("can't set modified time without deleting existing object") ErrorDirNotFound = errors.New("directory not found") ErrorObjectNotFound = errors.New("object not found") ErrorLevelNotSupported = errors.New("level value not supported") ErrorListAborted = errors.New("list aborted") ErrorListBucketRequired = errors.New("bucket or container name is needed in remote") ErrorIsFile = errors.New("is a file not a directory") ErrorIsDir = errors.New("is a directory not a file") ErrorNotAFile = errors.New("is not a regular file") ErrorNotDeleting = errors.New("not deleting files as there were IO errors") ErrorNotDeletingDirs = errors.New("not deleting directories as there were IO errors") ErrorOverlapping = errors.New("can't sync or move files on overlapping remotes (try excluding the destination with a filter rule)") ErrorDirectoryNotEmpty = errors.New("directory not empty") ErrorImmutableModified = errors.New("immutable file modified") ErrorPermissionDenied = errors.New("permission denied") ErrorNotImplemented = errors.New("optional feature not implemented") ErrorCommandNotFound = errors.New("command not found") ErrorFileNameTooLong = errors.New("file name too long") )
Globals
var ConfigOAuth func(ctx context.Context, name string, m configmap.Mapper, ri *RegInfo, in ConfigIn) (*ConfigOut, error)
ConfigOAuth should be called to do the OAuth
set in lib/oauthutil to avoid a circular import
var ConfigOptionsInfo = Options{{ Name: "modify_window", Default: time.Nanosecond, Help: "Max time diff to be considered the same", Groups: "Copy", }, { Name: "checkers", Default: 8, Help: "Number of checkers to run in parallel", Groups: "Performance", }, { Name: "transfers", Default: 4, Help: "Number of file transfers to run in parallel", Groups: "Performance", }, { Name: "checksum", ShortOpt: "c", Default: false, Help: "Check for changes with size & checksum (if available, or fallback to size only)", Groups: "Copy", }, { Name: "size_only", Default: false, Help: "Skip based on size only, not modtime or checksum", Groups: "Copy", }, { Name: "ignore_times", ShortOpt: "I", Default: false, Help: "Don't skip items that match size and time - transfer all unconditionally", Groups: "Copy", }, { Name: "ignore_existing", Default: false, Help: "Skip all files that exist on destination", Groups: "Copy", }, { Name: "ignore_errors", Default: false, Help: "Delete even if there are I/O errors", Groups: "Sync", }, { Name: "dry_run", ShortOpt: "n", Default: false, Help: "Do a trial run with no permanent changes", Groups: "Config,Important", }, { Name: "interactive", ShortOpt: "i", Default: false, Help: "Enable interactive mode", Groups: "Config,Important", }, { Name: "contimeout", Default: 60 * time.Second, Help: "Connect timeout", Groups: "Networking", }, { Name: "timeout", Default: 5 * 60 * time.Second, Help: "IO idle timeout", Groups: "Networking", }, { Name: "expect_continue_timeout", Default: 1 * time.Second, Help: "Timeout when using expect / 100-continue in HTTP", Groups: "Networking", }, { Name: "no_check_certificate", Default: false, Help: "Do not verify the server SSL certificate (insecure)", Groups: "Networking", }, { Name: "ask_password", Default: true, Help: "Allow prompt for password for encrypted configuration", Groups: "Config", }, { Name: "password_command", Default: SpaceSepList{}, Help: "Command for supplying password for encrypted configuration", Groups: "Config", }, { Name: "max_delete", Default: int64(-1), Help: "When synchronizing, limit the number of deletes", Groups: "Sync", }, { Name: "max_delete_size", Default: SizeSuffix(-1), Help: "When synchronizing, limit the total size of deletes", Groups: "Sync", }, { Name: "track_renames", Default: false, Help: "When synchronizing, track file renames and do a server-side move if possible", Groups: "Sync", }, { Name: "track_renames_strategy", Default: "hash", Help: "Strategies to use when synchronizing using track-renames hash|modtime|leaf", Groups: "Sync", }, { Name: "retries", Default: 3, Help: "Retry operations this many times if they fail", Groups: "Config", }, { Name: "retries_sleep", Default: time.Duration(0), Help: "Interval between retrying operations if they fail, e.g. 500ms, 60s, 5m (0 to disable)", Groups: "Config", }, { Name: "low_level_retries", Default: 10, Help: "Number of low level retries to do", Groups: "Config", }, { Name: "update", ShortOpt: "u", Default: false, Help: "Skip files that are newer on the destination", Groups: "Copy", }, { Name: "use_server_modtime", Default: false, Help: "Use server modified time instead of object metadata", Groups: "Config", }, { Name: "no_gzip_encoding", Default: false, Help: "Don't set Accept-Encoding: gzip", Groups: "Networking", }, { Name: "max_depth", Default: -1, Help: "If set limits the recursion depth to this", Groups: "Filter", }, { Name: "ignore_size", Default: false, Help: "Ignore size when skipping use modtime or checksum", Groups: "Copy", }, { Name: "ignore_checksum", Default: false, Help: "Skip post copy check of checksums", Groups: "Copy", }, { Name: "ignore_case_sync", Default: false, Help: "Ignore case when synchronizing", Groups: "Copy", }, { Name: "fix_case", Default: false, Help: "Force rename of case insensitive dest to match source", Groups: "Sync", }, { Name: "no_traverse", Default: false, Help: "Don't traverse destination file system on copy", Groups: "Copy", }, { Name: "check_first", Default: false, Help: "Do all the checks before starting transfers", Groups: "Copy", }, { Name: "no_check_dest", Default: false, Help: "Don't check the destination, copy regardless", Groups: "Copy", }, { Name: "no_unicode_normalization", Default: false, Help: "Don't normalize unicode characters in filenames", Groups: "Config", }, { Name: "no_update_modtime", Default: false, Help: "Don't update destination modtime if files identical", Groups: "Copy", }, { Name: "no_update_dir_modtime", Default: false, Help: "Don't update directory modification times", Groups: "Copy", }, { Name: "compare_dest", Default: []string{}, Help: "Include additional server-side paths during comparison", Groups: "Copy", }, { Name: "copy_dest", Default: []string{}, Help: "Implies --compare-dest but also copies files from paths into destination", Groups: "Copy", }, { Name: "backup_dir", Default: "", Help: "Make backups into hierarchy based in DIR", Groups: "Sync", }, { Name: "suffix", Default: "", Help: "Suffix to add to changed files", Groups: "Sync", }, { Name: "suffix_keep_extension", Default: false, Help: "Preserve the extension when using --suffix", Groups: "Sync", }, { Name: "fast_list", Default: false, Help: "Use recursive list if available; uses more memory but fewer transactions", Groups: "Listing", }, { Name: "tpslimit", Default: 0.0, Help: "Limit HTTP transactions per second to this", Groups: "Networking", }, { Name: "tpslimit_burst", Default: 1, Help: "Max burst of transactions for --tpslimit", Groups: "Networking", }, { Name: "user_agent", Default: "rclone/" + Version, Help: "Set the user-agent to a specified string", Groups: "Networking", }, { Name: "immutable", Default: false, Help: "Do not modify files, fail if existing files have been modified", Groups: "Copy", }, { Name: "auto_confirm", Default: false, Help: "If enabled, do not request console confirmation", Groups: "Config", }, { Name: "stats_unit", Default: "bytes", Help: "Show data rate in stats as either 'bits' or 'bytes' per second", Groups: "Logging", }, { Name: "stats_file_name_length", Default: 45, Help: "Max file name length in stats (0 for no limit)", Groups: "Logging", }, { Name: "log_level", Default: LogLevelNotice, Help: "Log level DEBUG|INFO|NOTICE|ERROR", Groups: "Logging", }, { Name: "stats_log_level", Default: LogLevelInfo, Help: "Log level to show --stats output DEBUG|INFO|NOTICE|ERROR", Groups: "Logging", }, { Name: "bwlimit", Default: BwTimetable{}, Help: "Bandwidth limit in KiB/s, or use suffix B|K|M|G|T|P or a full timetable", Groups: "Networking", }, { Name: "bwlimit_file", Default: BwTimetable{}, Help: "Bandwidth limit per file in KiB/s, or use suffix B|K|M|G|T|P or a full timetable", Groups: "Networking", }, { Name: "buffer_size", Default: SizeSuffix(16 << 20), Help: "In memory buffer size when reading files for each --transfer", Groups: "Performance", }, { Name: "streaming_upload_cutoff", Default: SizeSuffix(100 * 1024), Help: "Cutoff for switching to chunked upload if file size is unknown, upload starts after reaching cutoff or when file ends", Groups: "Copy", }, { Name: "dump", Default: DumpFlags(0), Help: "List of items to dump from: " + DumpFlagsList, Groups: "Debugging", }, { Name: "max_transfer", Default: SizeSuffix(-1), Help: "Maximum size of data to transfer", Groups: "Copy", }, { Name: "max_duration", Default: time.Duration(0), Help: "Maximum duration rclone will transfer data for", Groups: "Copy", }, { Name: "cutoff_mode", Default: CutoffMode(0), Help: "Mode to stop transfers when reaching the max transfer limit HARD|SOFT|CAUTIOUS", Groups: "Copy", }, { Name: "max_backlog", Default: 10000, Help: "Maximum number of objects in sync or check backlog", Groups: "Copy,Check", }, { Name: "max_stats_groups", Default: 1000, Help: "Maximum number of stats groups to keep in memory, on max oldest is discarded", Groups: "Logging", }, { Name: "stats_one_line", Default: false, Help: "Make the stats fit on one line", Groups: "Logging", }, { Name: "stats_one_line_date", Default: false, Help: "Enable --stats-one-line and add current date/time prefix", Groups: "Logging", }, { Name: "stats_one_line_date_format", Default: "", Help: "Enable --stats-one-line-date and use custom formatted date: Enclose date string in double quotes (\"), see https://golang.org/pkg/time/#Time.Format", Groups: "Logging", }, { Name: "error_on_no_transfer", Default: false, Help: "Sets exit code 9 if no files are transferred, useful in scripts", Groups: "Config", }, { Name: "progress", ShortOpt: "P", Default: false, Help: "Show progress during transfer", Groups: "Logging", }, { Name: "progress_terminal_title", Default: false, Help: "Show progress on the terminal title (requires -P/--progress)", Groups: "Logging", }, { Name: "use_cookies", Default: false, Help: "Enable session cookiejar", Groups: "Networking", }, { Name: "use_mmap", Default: false, Help: "Use mmap allocator (see docs)", Groups: "Config", }, { Name: "ca_cert", Default: []string{}, Help: "CA certificate used to verify servers", Groups: "Networking", }, { Name: "client_cert", Default: "", Help: "Client SSL certificate (PEM) for mutual TLS auth", Groups: "Networking", }, { Name: "client_key", Default: "", Help: "Client SSL private key (PEM) for mutual TLS auth", Groups: "Networking", }, { Name: "multi_thread_cutoff", Default: SizeSuffix(256 * 1024 * 1024), Help: "Use multi-thread downloads for files above this size", Groups: "Copy", }, { Name: "multi_thread_streams", Default: 4, Help: "Number of streams to use for multi-thread downloads", Groups: "Copy", }, { Name: "multi_thread_write_buffer_size", Default: SizeSuffix(128 * 1024), Help: "In memory buffer size for writing when in multi-thread mode", Groups: "Copy", }, { Name: "multi_thread_chunk_size", Default: SizeSuffix(64 * 1024 * 1024), Help: "Chunk size for multi-thread downloads / uploads, if not set by filesystem", Groups: "Copy", }, { Name: "use_json_log", Default: false, Help: "Use json log format", Groups: "Logging", }, { Name: "order_by", Default: "", Help: "Instructions on how to order the transfers, e.g. 'size,descending'", Groups: "Copy", }, { Name: "refresh_times", Default: false, Help: "Refresh the modtime of remote files", Groups: "Copy", }, { Name: "no_console", Default: false, Help: "Hide console window (supported on Windows only)", Groups: "Config", }, { Name: "fs_cache_expire_duration", Default: 300 * time.Second, Help: "Cache remotes for this long (0 to disable caching)", Groups: "Config", }, { Name: "fs_cache_expire_interval", Default: 60 * time.Second, Help: "Interval to check for expired remotes", Groups: "Config", }, { Name: "disable_http2", Default: false, Help: "Disable HTTP/2 in the global transport", Groups: "Networking", }, { Name: "human_readable", Default: false, Help: "Print numbers in a human-readable format, sizes with suffix Ki|Mi|Gi|Ti|Pi", Groups: "Config", }, { Name: "kv_lock_time", Default: 1 * time.Second, Help: "Maximum time to keep key-value database locked by process", Groups: "Config", }, { Name: "disable_http_keep_alives", Default: false, Help: "Disable HTTP keep-alives and use each connection once.", Groups: "Networking", }, { Name: "metadata", ShortOpt: "M", Default: false, Help: "If set, preserve metadata when copying objects", Groups: "Metadata,Copy", }, { Name: "server_side_across_configs", Default: false, Help: "Allow server-side operations (e.g. copy) to work across different configs", Groups: "Copy", }, { Name: "color", Default: TerminalColorMode(0), Help: "When to show colors (and other ANSI codes) AUTO|NEVER|ALWAYS", Groups: "Config", }, { Name: "default_time", Default: Time(time.Date(2000, 1, 1, 0, 0, 0, 0, time.UTC)), Help: "Time to show if modtime is unknown for files and directories", Groups: "Config,Listing", }, { Name: "inplace", Default: false, Help: "Download directly to destination file instead of atomic download to temp/rename", Groups: "Copy", }, { Name: "metadata_mapper", Default: SpaceSepList{}, Help: "Program to run to transforming metadata before upload", Groups: "Metadata", }, { Name: "partial_suffix", Default: ".partial", Help: "Add partial-suffix to temporary file name when --inplace is not used", Groups: "Copy", }}
ConfigOptionsInfo describes the Options in use
var DumpFlagsList = DumpHeaders.Help()
DumpFlagsList is a list of dump flags used in the help
var InstallJSONLogger = func(logLevel LogLevel) {}
InstallJSONLogger is a hook that --use-json-log calls
var LogOutput = func(level LogLevel, text string) { text = fmt.Sprintf("%-6s: %s", level, text) if LogPrintPid { text = fmt.Sprintf("[%d] %s", os.Getpid(), text) } _ = log.Output(4, text) }
LogOutput sends the text to the logger of level
var LogPrintPid = false
LogPrintPid enables process pid in log
var OptionsRegistry = map[string]OptionsInfo{}
OptionsRegistry is a registry of global options
var PassDaemonArgsAsEnviron bool
PassDaemonArgsAsEnviron tells how CLI arguments are passed to the daemon When false, arguments are passed as is, visible in the `ps` output. When true, arguments are converted into environment variables (more secure).
var Registry []*RegInfo
Registry of filesystems
var Version string
Version of rclone containing the complete version string
var VersionSuffix = "DEV"
VersionSuffix of rclone containing the pre-release label if any
var VersionTag = "v1.68.0"
VersionTag of rclone
Functions ¶
func CheckClose ¶
CheckClose is a utility function used to check the return from Close in a defer statement.
func CompareDirEntries ¶
CompareDirEntries returns 1 if a > b, 0 if a == b and -1 if a < b If two dir entries have the same name, compare their types (directories are before objects)
func ConfigMap ¶
func ConfigMap(prefix string, options Options, configName string, connectionStringConfig configmap.Simple) (config *configmap.Map)
ConfigMap creates a configmap.Map from the Options, prefix and the configName passed in. If connectionStringConfig has any entries (it may be nil), then it will be added to the lookup with the highest priority.
If options is nil then the returned configmap.Map should only be used for reading non backend specific parameters, such as "type".
This can be used for global settings if prefix is "" and configName is ""
func ConfigOAuthOnly ¶ added in v1.56.0
ConfigOAuthOnly marks the ctx so that the Config will stop after finding an OAuth
func ConfigString ¶ added in v1.52.0
ConfigString returns a canonical version of the config string used to configure the Fs as passed to fs.NewFs. For Fs with extra parameters this will include a canonical {hexstring} suffix.
func ConfigStringFull ¶ added in v1.63.0
ConfigStringFull returns a canonical version of the config string used to configure the Fs as passed to fs.NewFs. This string can be used to re-instantiate the Fs exactly so includes all the extra parameters passed in.
func ConfigToEnv ¶
ConfigToEnv converts a config section and name, e.g. ("my-remote", "ignore-size") into an environment name "RCLONE_CONFIG_MY-REMOTE_IGNORE_SIZE"
func CopyConfig ¶ added in v1.55.0
CopyConfig copies the global config (if any) from srcCtx into dstCtx returning the new context.
func Debug ¶ added in v1.68.0
func Debug(o interface{}, text string)
Debug writes debugging output for this Object or Fs. Use this for debug only. The user must have to specify -vv to see this.
func Debugf ¶
func Debugf(o interface{}, text string, args ...interface{})
Debugf writes debugging output for this Object or Fs. Use this for debug only. The user must have to specify -vv to see this.
func DirEntryType ¶
DirEntryType returns a string description of the DirEntry, either "object", "directory" or "unknown type XXX"
func DirectoryOptionalInterfaces ¶ added in v1.66.0
DirectoryOptionalInterfaces returns the names of supported and unsupported optional interfaces for a Directory
func Error ¶ added in v1.68.0
func Error(o interface{}, text string)
Error writes error log output for this Object or Fs. It should always be seen by the user.
func Errorf ¶
func Errorf(o interface{}, text string, args ...interface{})
Errorf writes error log output for this Object or Fs. It should always be seen by the user.
func Fatal ¶ added in v1.68.0
func Fatal(o interface{}, text string)
Fatal writes critical log output for this Object or Fs and calls os.Exit(1). It should always be seen by the user.
func Fatalf ¶ added in v1.68.0
func Fatalf(o interface{}, text string, args ...interface{})
Fatalf writes critical log output for this Object or Fs and calls os.Exit(1). It should always be seen by the user.
func FileExists ¶
FileExists returns true if a file remote exists. If remote is a directory, FileExists returns false.
func Fingerprint ¶ added in v1.53.0
func Fingerprint(ctx context.Context, o ObjectInfo, fast bool) string
Fingerprint produces a unique-ish string for an object.
This is for detecting whether an object has changed since we last saw it, not for checking object identity between two different remotes - operations.Equal should be used for that.
If fast is set then Fingerprint will only include attributes where usually another operation is not required to fetch them. For example if fast is set then this won't include hashes on the local backend.
func FixRangeOption ¶
func FixRangeOption(options []OpenOption, size int64)
FixRangeOption looks through the slice of options and adjusts any RangeOption~s found that request a fetch from the end into an absolute fetch using the size passed in and makes sure the range does not exceed filesize. Some remotes (e.g. Onedrive, Box) don't support range requests which index from the end.
It also adjusts any SeekOption~s, turning them into absolute RangeOption~s instead.
func FullPath ¶ added in v1.67.0
FullPath returns the full path with remote:path/to/object for an object.
func GetModifyWindow ¶
GetModifyWindow calculates the maximum modify window between the given Fses and the Config.ModifyWindow parameter.
func GlobalOptionsInit ¶ added in v1.68.0
func GlobalOptionsInit() error
GlobalOptionsInit initialises the defaults of global options to their values read from the options, environment variables and command line parameters.
func Infoc ¶ added in v1.68.0
func Infoc(o interface{}, text string)
Infoc writes info on transfers for this Object or Fs. Use this level for logging transfers, deletions and things which should appear with the -v flag. There is name class on "Info", hence the name "Infoc", "c" for constant.
func Infof ¶
func Infof(o interface{}, text string, args ...interface{})
Infof writes info on transfers for this Object or Fs. Use this level for logging transfers, deletions and things which should appear with the -v flag.
func IsDaemon ¶ added in v1.57.0
func IsDaemon() bool
IsDaemon returns true if this process runs in background
func IsMountHelper ¶ added in v1.57.0
func IsMountHelper() bool
IsMountHelper returns true if rclone was invoked as mount helper: as /sbin/mount.rlone (by /bin/mount) or /usr/bin/rclonefs (by fusermount or directly)
func Log ¶ added in v1.68.0
func Log(o interface{}, text string)
Log writes log output for this Object or Fs. This should be considered to be Notice level logging. It is the default level. By default rclone should not log very much so only use this for important things the user should see. The user can filter these out with the -q flag.
func LogDirName ¶
LogDirName returns an object for the logger, logging a root directory which would normally be "" as the Fs
func LogLevelPrint ¶ added in v1.68.0
LogLevelPrint writes logs at the given level
func LogLevelPrintf ¶
LogLevelPrintf writes logs at the given level
func Logf ¶
func Logf(o interface{}, text string, args ...interface{})
Logf writes log output for this Object or Fs. This should be considered to be Notice level logging. It is the default level. By default rclone should not log very much so only use this for important things the user should see. The user can filter these out with the -q flag.
func MatchProvider ¶ added in v1.56.0
MatchProvider returns true if provider matches the providerConfig string.
The providerConfig string can either be a list of providers to match, or if it starts with "!" it will be a list of providers not to match.
If either providerConfig or provider is blank then it will return true
func MimeType ¶
MimeType returns the MimeType from the object, either by calling the MimeTyper interface or using MimeTypeFromName
func MimeTypeDirEntry ¶
MimeTypeDirEntry returns the MimeType of a DirEntry
It returns "inode/directory" for directories, or uses MimeType(Object)
func MimeTypeFromName ¶
MimeTypeFromName returns a guess at the mime type from the name
func ObjectOptionalInterfaces ¶
ObjectOptionalInterfaces returns the names of supported and unsupported optional interfaces for an Object
func OpenOptionAddHTTPHeaders ¶
func OpenOptionAddHTTPHeaders(headers http.Header, options []OpenOption)
OpenOptionAddHTTPHeaders Sets each header found in options to the http.Header map provided the key was non empty.
func OpenOptionAddHeaders ¶
func OpenOptionAddHeaders(options []OpenOption, headers map[string]string)
OpenOptionAddHeaders adds each header found in options to the headers map provided the key was non empty.
func OpenOptionHeaders ¶
func OpenOptionHeaders(options []OpenOption) (headers map[string]string)
OpenOptionHeaders adds each header found in options to the headers map provided the key was non empty.
It returns a nil map if options was empty
func OptionToEnv ¶
OptionToEnv converts an option name, e.g. "ignore-size" into an environment name "RCLONE_IGNORE_SIZE"
func Panic ¶ added in v1.68.0
func Panic(o interface{}, text string)
Panic writes alert log output for this Object or Fs and calls panic(). It should always be seen by the user.
func Panicf ¶ added in v1.68.0
func Panicf(o interface{}, text string, args ...interface{})
Panicf writes alert log output for this Object or Fs and calls panic(). It should always be seen by the user.
func ParseDuration ¶
ParseDuration parses a duration string. Accept ms|s|m|h|d|w|M|y suffixes. Defaults to second if not provided
func PrettyPrint ¶ added in v1.66.0
PrettyPrint formats JSON for improved readability in debug logs. If it can't Marshal JSON, it falls back to fmt.
func Print ¶ added in v1.68.0
func Print(o interface{}, text string)
Print writes log output for this Object or Fs, same as Logf.
func Printf ¶ added in v1.68.0
func Printf(o interface{}, text string, args ...interface{})
Printf writes log output for this Object or Fs, same as Logf.
func Register ¶
func Register(info *RegInfo)
Register a filesystem
Fs modules should use this in an init() function
func RegisterGlobalOptions ¶ added in v1.68.0
func RegisterGlobalOptions(oi OptionsInfo)
RegisterGlobalOptions registers global options to be made into command line options, rc options and environment variable reading.
Packages which need global options should use this in an init() function
func StatePop ¶ added in v1.56.0
StatePop pops a state from the front of the config string It returns the new state and the value popped
func UnmarshalJSONFlag ¶ added in v1.55.0
UnmarshalJSONFlag unmarshals a JSON input for a flag. If the input is a string then it calls the Set method on the flag otherwise it calls the setInt function with a parsed int64.
Types ¶
type Abouter ¶
type Abouter interface { // About gets quota information from the Fs About(ctx context.Context) (*Usage, error) }
Abouter is an optional interface for Fs
type Bits ¶ added in v1.65.0
type Bits[C BitsChoices] uint64
Bits is an option which can be any combination of the Choices.
Suggested implementation is something like this:
type bits = Bits[bitsChoices] const ( bitA bits = 1 << iota bitB bitC ) type bitsChoices struct{} func (bitsChoices) Choices() []BitsChoicesInfo { return []BitsChoicesInfo{ {Bit: uint64(0), Name: "OFF"}, // Optional Off value - "" if not defined {Bit: uint64(bitA), Name: "A"}, {Bit: uint64(bitB), Name: "B"}, {Bit: uint64(bitC), Name: "C"}, } }
func (Bits[C]) Choices ¶ added in v1.65.0
func (b Bits[C]) Choices() []BitsChoicesInfo
Choices returns the possible values of the Bits.
func (*Bits[C]) MarshalJSON ¶ added in v1.65.0
MarshalJSON encodes it as string
func (Bits[C]) Type ¶ added in v1.65.0
Type of the value.
If C has a Type() string method then it will be used instead.
func (*Bits[C]) UnmarshalJSON ¶ added in v1.65.0
UnmarshalJSON makes sure the value can be parsed as a string or integer in JSON
type BitsChoices ¶ added in v1.65.0
type BitsChoices interface { // Choices returns the valid choices for each bit of this type Choices() []BitsChoicesInfo }
BitsChoices returns the valid choices for this type.
It must work on the zero value.
Note that when using this in an Option the ExampleBitsChoices will be filled in automatically.
type BitsChoicesInfo ¶ added in v1.65.0
BitsChoicesInfo should be returned from the Choices method
type BwPair ¶ added in v1.54.0
type BwPair struct { Tx SizeSuffix // upload bandwidth Rx SizeSuffix // download bandwidth }
BwPair represents an upload and a download bandwidth
func (*BwPair) IsSet ¶ added in v1.54.0
IsSet returns true if either of the bandwidth limits are set
type BwTimeSlot ¶
BwTimeSlot represents a bandwidth configuration at a point in time.
type BwTimetable ¶
type BwTimetable []BwTimeSlot
BwTimetable contains all configured time slots.
func (BwTimetable) LimitAt ¶
func (x BwTimetable) LimitAt(tt time.Time) BwTimeSlot
LimitAt returns a BwTimeSlot for the time requested.
func (BwTimetable) MarshalJSON ¶ added in v1.55.0
func (x BwTimetable) MarshalJSON() ([]byte, error)
MarshalJSON marshals as a string value
func (BwTimetable) String ¶
func (x BwTimetable) String() string
String returns a printable representation of BwTimetable.
func (*BwTimetable) UnmarshalJSON ¶ added in v1.55.0
func (x *BwTimetable) UnmarshalJSON(in []byte) error
UnmarshalJSON unmarshals a string value
type ChangeNotifier ¶
type ChangeNotifier interface { // ChangeNotify calls the passed function with a path // that has had changes. If the implementation // uses polling, it should adhere to the given interval. // At least one value will be written to the channel, // specifying the initial value and updated values might // follow. A 0 Duration should pause the polling. // The ChangeNotify implementation must empty the channel // regularly. When the channel gets closed, the implementation // should stop polling and release resources. ChangeNotify(context.Context, func(string, EntryType), <-chan time.Duration) }
ChangeNotifier is an optional interface for Fs
type Choices ¶ added in v1.65.0
type Choices interface { // Choices returns the valid choices for this type Choices() []string }
Choices returns the valid choices for this type.
It must work on the zero value.
Note that when using this in an Option the ExampleChoices will be filled in automatically.
type ChunkOption ¶ added in v1.64.0
type ChunkOption struct {
ChunkSize int64
}
ChunkOption defines an Option which returns a preferred chunk size
func (*ChunkOption) Header ¶ added in v1.64.0
func (o *ChunkOption) Header() (key string, value string)
Header formats the option as an http header
func (*ChunkOption) Mandatory ¶ added in v1.64.0
func (o *ChunkOption) Mandatory() bool
Mandatory returns whether the option must be parsed or can be ignored
func (*ChunkOption) String ¶ added in v1.64.0
func (o *ChunkOption) String() string
String formats the option into human-readable form
type ChunkWriter ¶ added in v1.64.0
type ChunkWriter interface { // WriteChunk will write chunk number with reader bytes, where chunk number >= 0 WriteChunk(ctx context.Context, chunkNumber int, reader io.ReadSeeker) (bytesWritten int64, err error) // Close complete chunked writer finalising the file. Close(ctx context.Context) error // Abort chunk write // // You can and should call Abort without calling Close. Abort(ctx context.Context) error }
ChunkWriter is returned by OpenChunkWriter to implement chunked writing
type ChunkWriterInfo ¶ added in v1.64.0
type ChunkWriterInfo struct { ChunkSize int64 // preferred chunk size Concurrency int // how many chunks to write at once LeavePartsOnError bool // if set don't delete parts uploaded so far on error }
ChunkWriterInfo describes how a backend would like ChunkWriter called
type CleanUpper ¶
type CleanUpper interface { // CleanUp the trash in the Fs // // Implement this if you have a way of emptying the trash or // otherwise cleaning up old versions of files. CleanUp(ctx context.Context) error }
CleanUpper is an optional interfaces for Fs
type CommaSepList ¶
type CommaSepList []string
CommaSepList is a comma separated config value It uses the encoding/csv rules for quoting and escaping
Example ¶
for _, s := range []string{ `remotea:test/dir,remoteb:`, `"remotea:test/space dir",remoteb:`, `"remotea:test/quote""dir",remoteb:`, } { var l CommaSepList must(l.Set(s)) fmt.Printf("%#v\n", l) }
Output: fs.CommaSepList{"remotea:test/dir", "remoteb:"} fs.CommaSepList{"remotea:test/space dir", "remoteb:"} fs.CommaSepList{"remotea:test/quote\"dir", "remoteb:"}
func (*CommaSepList) Scan ¶
func (l *CommaSepList) Scan(s fmt.ScanState, ch rune) error
Scan implements the fmt.Scanner interface
func (CommaSepList) String ¶
func (l CommaSepList) String() string
type CommandHelp ¶ added in v1.52.0
type CommandHelp struct { Name string // Name of the command, e.g. "link" Short string // Single line description Long string // Long multi-line description Opts map[string]string // maps option name to a single line help }
CommandHelp describes a single backend Command
These are automatically inserted in the docs
type Commander ¶ added in v1.52.0
type Commander interface { // Command the backend to run a named command // // The command run is name // args may be used to read arguments from // opts may be used to read optional arguments from // // The result should be capable of being JSON encoded // If it is a string or a []string it will be shown to the user // otherwise it will be JSON encoded and shown to the user like that Command(ctx context.Context, name string, arg []string, opt map[string]string) (interface{}, error) }
Commander is an interface to wrap the Command function
type ConfigIn ¶ added in v1.56.0
ConfigIn is passed to the Config function for an Fs
The interactive config system for backends is state based. This is so that different frontends to the config can be attached, eg over the API or web page.
Each call to the config system supplies ConfigIn which tells the system what to do. Each will return a ConfigOut which gives a question to ask the user and a state to return to. There is one special question which allows the backends to do OAuth.
The ConfigIn contains a State which the backend should act upon and a Result from the previous question to the user.
If ConfigOut is nil or ConfigOut.State == "" then the process is deemed to have finished. If there is no Option in ConfigOut then the next state will be called immediately. This is wrapped in ConfigGoto and ConfigResult.
Backends should keep no state in memory - if they need to persist things between calls it should be persisted in the config file. Things can also be persisted in the state using the StatePush and StatePop utilities here.
The utilities here are convenience methods for different kinds of questions and responses.
Where the questions ask for a name then this should start with "config_" to show it is an ephemeral config input rather than the actual value stored in the config file. Names beginning with "config_fs_" are reserved for internal use.
State names starting with "*" are reserved for internal use.
Note that in the bin directory there is a python program called "config.py" which shows how this interface should be used.
type ConfigInfo ¶
type ConfigInfo struct { LogLevel LogLevel `config:"log_level"` StatsLogLevel LogLevel `config:"stats_log_level"` UseJSONLog bool `config:"use_json_log"` DryRun bool `config:"dry_run"` Interactive bool `config:"interactive"` CheckSum bool `config:"checksum"` SizeOnly bool `config:"size_only"` IgnoreTimes bool `config:"ignore_times"` IgnoreExisting bool `config:"ignore_existing"` IgnoreErrors bool `config:"ignore_errors"` ModifyWindow time.Duration `config:"modify_window"` Checkers int `config:"checkers"` Transfers int `config:"transfers"` ConnectTimeout time.Duration `config:"contimeout"` // Connect timeout Timeout time.Duration `config:"timeout"` // Data channel timeout ExpectContinueTimeout time.Duration `config:"expect_continue_timeout"` Dump DumpFlags `config:"dump"` InsecureSkipVerify bool `config:"no_check_certificate"` // Skip server certificate verification DeleteMode DeleteMode `config:"delete_mode"` MaxDelete int64 `config:"max_delete"` MaxDeleteSize SizeSuffix `config:"max_delete_size"` TrackRenames bool `config:"track_renames"` // Track file renames. TrackRenamesStrategy string `config:"track_renames_strategy"` // Comma separated list of strategies used to track renames Retries int `config:"retries"` // High-level retries RetriesInterval time.Duration `config:"retries_sleep"` LowLevelRetries int `config:"low_level_retries"` UpdateOlder bool `config:"update"` // Skip files that are newer on the destination NoGzip bool `config:"no_gzip_encoding"` // Disable compression MaxDepth int `config:"max_depth"` IgnoreSize bool `config:"ignore_size"` IgnoreChecksum bool `config:"ignore_checksum"` IgnoreCaseSync bool `config:"ignore_case_sync"` FixCase bool `config:"fix_case"` NoTraverse bool `config:"no_traverse"` CheckFirst bool `config:"check_first"` NoCheckDest bool `config:"no_check_dest"` NoUnicodeNormalization bool `config:"no_unicode_normalization"` NoUpdateModTime bool `config:"no_update_modtime"` NoUpdateDirModTime bool `config:"no_update_dir_modtime"` DataRateUnit string `config:"stats_unit"` CompareDest []string `config:"compare_dest"` CopyDest []string `config:"copy_dest"` BackupDir string `config:"backup_dir"` Suffix string `config:"suffix"` SuffixKeepExtension bool `config:"suffix_keep_extension"` UseListR bool `config:"fast_list"` BufferSize SizeSuffix `config:"buffer_size"` BwLimit BwTimetable `config:"bwlimit"` BwLimitFile BwTimetable `config:"bwlimit_file"` TPSLimit float64 `config:"tpslimit"` TPSLimitBurst int `config:"tpslimit_burst"` BindAddr net.IP `config:"bind_addr"` DisableFeatures []string `config:"disable"` UserAgent string `config:"user_agent"` Immutable bool `config:"immutable"` AutoConfirm bool `config:"auto_confirm"` StreamingUploadCutoff SizeSuffix `config:"streaming_upload_cutoff"` StatsFileNameLength int `config:"stats_file_name_length"` AskPassword bool `config:"ask_password"` PasswordCommand SpaceSepList `config:"password_command"` UseServerModTime bool `config:"use_server_modtime"` MaxTransfer SizeSuffix `config:"max_transfer"` MaxDuration time.Duration `config:"max_duration"` CutoffMode CutoffMode `config:"cutoff_mode"` MaxBacklog int `config:"max_backlog"` MaxStatsGroups int `config:"max_stats_groups"` StatsOneLine bool `config:"stats_one_line"` StatsOneLineDate bool `config:"stats_one_line_date"` // If we want a date prefix at all StatsOneLineDateFormat string `config:"stats_one_line_date_format"` // If we want to customize the prefix ErrorOnNoTransfer bool `config:"error_on_no_transfer"` // Set appropriate exit code if no files transferred Progress bool `config:"progress"` ProgressTerminalTitle bool `config:"progress_terminal_title"` Cookie bool `config:"use_cookies"` UseMmap bool `config:"use_mmap"` CaCert []string `config:"ca_cert"` // Client Side CA ClientCert string `config:"client_cert"` // Client Side Cert ClientKey string `config:"client_key"` // Client Side Key MultiThreadCutoff SizeSuffix `config:"multi_thread_cutoff"` MultiThreadStreams int `config:"multi_thread_streams"` MultiThreadSet bool `config:"multi_thread_set"` // whether MultiThreadStreams was set (set in fs/config/configflags) MultiThreadChunkSize SizeSuffix `config:"multi_thread_chunk_size"` // Chunk size for multi-thread downloads / uploads, if not set by filesystem MultiThreadWriteBufferSize SizeSuffix `config:"multi_thread_write_buffer_size"` OrderBy string `config:"order_by"` // instructions on how to order the transfer UploadHeaders []*HTTPOption `config:"upload_headers"` DownloadHeaders []*HTTPOption `config:"download_headers"` Headers []*HTTPOption `config:"headers"` MetadataSet Metadata `config:"metadata_set"` // extra metadata to write when uploading RefreshTimes bool `config:"refresh_times"` NoConsole bool `config:"no_console"` TrafficClass uint8 `config:"traffic_class"` FsCacheExpireDuration time.Duration `config:"fs_cache_expire_duration"` FsCacheExpireInterval time.Duration `config:"fs_cache_expire_interval"` DisableHTTP2 bool `config:"disable_http2"` HumanReadable bool `config:"human_readable"` KvLockTime time.Duration `config:"kv_lock_time"` // maximum time to keep key-value database locked by process DisableHTTPKeepAlives bool `config:"disable_http_keep_alives"` Metadata bool `config:"metadata"` ServerSideAcrossConfigs bool `config:"server_side_across_configs"` TerminalColorMode TerminalColorMode `config:"color"` DefaultTime Time `config:"default_time"` // time that directories with no time should display Inplace bool `config:"inplace"` // Download directly to destination file instead of atomic download to temp/rename PartialSuffix string `config:"partial_suffix"` MetadataMapper SpaceSepList `config:"metadata_mapper"` }
ConfigInfo is filesystem config options
func AddConfig ¶ added in v1.54.0
func AddConfig(ctx context.Context) (context.Context, *ConfigInfo)
AddConfig returns a mutable config structure based on a shallow copy of that found in ctx and returns a new context with that added to it.
func GetConfig ¶ added in v1.54.0
func GetConfig(ctx context.Context) *ConfigInfo
GetConfig returns the global or context sensitive context
func (*ConfigInfo) Reload ¶ added in v1.68.0
func (ci *ConfigInfo) Reload(ctx context.Context) error
Reload assumes the config has been edited and does what is necessary to make it live
func (*ConfigInfo) TimeoutOrInfinite ¶ added in v1.55.0
func (ci *ConfigInfo) TimeoutOrInfinite() time.Duration
TimeoutOrInfinite returns ci.Timeout if > 0 or infinite otherwise
type ConfigOut ¶ added in v1.56.0
type ConfigOut struct { State string // State to jump to after this Option *Option // Option to query user about OAuth interface{} `json:"-"` // Do OAuth if set Error string // error to be displayed to the user Result string // if Option/OAuth not set then this is passed to the next state }
ConfigOut is returned from Config function for an Fs
State is the state for the next call to Config OAuth is a special value set by oauthutil.ConfigOAuth Error is displayed to the user before asking a question Result is passed to the next call to Config if Option/OAuth isn't set
func BackendConfig ¶ added in v1.56.0
func BackendConfig(ctx context.Context, name string, m configmap.Mapper, ri *RegInfo, choices configmap.Getter, in ConfigIn) (out *ConfigOut, err error)
BackendConfig calls the config for the backend in ri
It wraps any OAuth transactions as necessary so only straight forward config questions are emitted
func ConfigChoose ¶ added in v1.56.0
func ConfigChoose(state string, name string, help string, n int, getItem func(i int) (itemValue string, itemHelp string)) (*ConfigOut, error)
ConfigChoose returns a ConfigOut structure which has a list of suggested items.
Suggested items are retrieved from a supplied function.
User is required to supply a value, but is not restricted to the specified list, i.e. free text input is accepted.
state should be the next state required name is the config name for this item help should be the help shown to the user n should be the number of items in the list getItem should return the items (value, help)
It chooses the first item to be the default.
func ConfigChooseExclusive ¶ added in v1.59.0
func ConfigChooseExclusive(state string, name string, help string, n int, getItem func(i int) (itemValue string, itemHelp string)) (*ConfigOut, error)
ConfigChooseExclusive returns a ConfigOut structure which has a list of items to choose from.
Possible items are retrieved from a supplied function.
User is required to supply a value, and is restricted to the specified list, i.e. free text input is not allowed.
state should be the next state required name is the config name for this item help should be the help shown to the user n should be the number of items in the list getItem should return the items (value, help)
It chooses the first item to be the default. If there are no items then it will return an error. If there is only one item it will short cut to the next state.
func ConfigChooseExclusiveFixed ¶ added in v1.59.0
func ConfigChooseExclusiveFixed(state string, name string, help string, items []OptionExample) (*ConfigOut, error)
ConfigChooseExclusiveFixed returns a ConfigOut structure which has a list of items to choose from.
Possible items must be supplied as a fixed list.
User is required to supply a value, and is restricted to the specified list, i.e. free text input is not allowed.
state should be the next state required name is the config name for this item help should be the help shown to the user items should be the items in the list
It chooses the first item to be the default. If there are no items then it will return an error. If there is only one item it will short cut to the next state.
func ConfigChooseFixed ¶ added in v1.56.0
func ConfigChooseFixed(state string, name string, help string, items []OptionExample) (*ConfigOut, error)
ConfigChooseFixed returns a ConfigOut structure which has a list of suggested items.
Suggested items must be supplied as a fixed list.
User is required to supply a value, but is not restricted to the specified list, i.e. free text input is accepted.
state should be the next state required name is the config name for this item help should be the help shown to the user items should be the items in the list
It chooses the first item to be the default.
func ConfigConfirm ¶ added in v1.56.0
ConfigConfirm returns a ConfigOut structure which asks a Yes/No question
state should be the next state required Default should be the default state name is the config name for this item help should be the help shown to the user
func ConfigError ¶ added in v1.56.0
ConfigError shows the error to the user and goes to the state passed in
state should be the next state required Error should be the error shown to the user
func ConfigGoto ¶ added in v1.56.0
ConfigGoto goes to the next state with empty Result
state should be the next state required
func ConfigInput ¶ added in v1.56.0
ConfigInput asks the user for a non-empty string
state should be the next state required name is the config name for this item help should be the help shown to the user
func ConfigInputOptional ¶ added in v1.56.0
ConfigInputOptional asks the user for a string which may be empty
state should be the next state required name is the config name for this item help should be the help shown to the user
func ConfigPassword ¶ added in v1.56.0
ConfigPassword asks the user for a password
state should be the next state required name is the config name for this item help should be the help shown to the user
func ConfigResult ¶ added in v1.56.0
ConfigResult goes to the next state with result given
state should be the next state required result should be the result for the next state
type Copier ¶
type Copier interface { // Copy src to this remote using server-side copy operations. // // This is stored with the remote path given // // It returns the destination Object and a possible error // // Will only be called if src.Fs().Name() == f.Name() // // If it isn't possible then return fs.ErrorCantCopy Copy(ctx context.Context, src Object, remote string) (Object, error) }
Copier is an optional interface for Fs
type CountSuffix ¶ added in v1.56.0
type CountSuffix int64
CountSuffix is an int64 with a friendly way of printing setting
func (*CountSuffix) Scan ¶ added in v1.56.0
func (x *CountSuffix) Scan(s fmt.ScanState, ch rune) error
Scan implements the fmt.Scanner interface
func (*CountSuffix) Set ¶ added in v1.56.0
func (x *CountSuffix) Set(s string) error
Set a CountSuffix
func (CountSuffix) String ¶ added in v1.56.0
func (x CountSuffix) String() string
String turns CountSuffix into a string
func (CountSuffix) Unit ¶ added in v1.56.0
func (x CountSuffix) Unit(unit string) string
Unit turns CountSuffix into a string with a unit
func (*CountSuffix) UnmarshalJSON ¶ added in v1.56.0
func (x *CountSuffix) UnmarshalJSON(in []byte) error
UnmarshalJSON makes sure the value can be parsed as a string or integer in JSON
type CountSuffixList ¶ added in v1.56.0
type CountSuffixList []CountSuffix
CountSuffixList is a slice CountSuffix values
func (CountSuffixList) Len ¶ added in v1.56.0
func (l CountSuffixList) Len() int
func (CountSuffixList) Less ¶ added in v1.56.0
func (l CountSuffixList) Less(i, j int) bool
func (CountSuffixList) Swap ¶ added in v1.56.0
func (l CountSuffixList) Swap(i, j int)
type CutoffMode ¶ added in v1.52.0
type CutoffMode = Enum[cutoffModeChoices]
CutoffMode describes the possible delete modes in the config
const ( CutoffModeHard CutoffMode = iota CutoffModeSoft CutoffModeCautious CutoffModeDefault = CutoffModeHard )
CutoffMode constants
type DeleteMode ¶
type DeleteMode byte
DeleteMode describes the possible delete modes in the config
const ( DeleteModeOff DeleteMode = iota DeleteModeBefore DeleteModeDuring DeleteModeAfter DeleteModeOnly DeleteModeDefault = DeleteModeAfter )
DeleteMode constants
type Dir ¶
type Dir struct {
// contains filtered or unexported fields
}
Dir describes an unspecialized directory for directory/container/bucket lists
func NewDir ¶
NewDir creates an unspecialized Directory object
If the modTime is unknown pass in time.Time{}
func NewDirCopy ¶
NewDirCopy creates an unspecialized copy of the Directory object passed in
func (*Dir) Items ¶
Items returns the count of items in this directory or this directory and subdirectories if known, -1 for unknown
func (*Dir) ModTime ¶
ModTime returns the modification date of the file
If one isn't available it returns the configured --default-dir-time
func (*Dir) SetParentID ¶ added in v1.55.0
SetParentID sets the optional parent ID of the Dir
type DirCacheFlusher ¶
type DirCacheFlusher interface { // DirCacheFlush resets the directory cache - used in testing // as an optional interface DirCacheFlush() }
DirCacheFlusher is an optional interface for Fs
type DirEntries ¶
type DirEntries []DirEntry
DirEntries is a slice of Object or *Dir
func (DirEntries) ForDir ¶
func (ds DirEntries) ForDir(fn func(dir Directory))
ForDir runs the function supplied on every Directory in the entries
func (DirEntries) ForDirError ¶
func (ds DirEntries) ForDirError(fn func(dir Directory) error) error
ForDirError runs the function supplied on every Directory in the entries
func (DirEntries) ForObject ¶
func (ds DirEntries) ForObject(fn func(o Object))
ForObject runs the function supplied on every object in the entries
func (DirEntries) ForObjectError ¶
func (ds DirEntries) ForObjectError(fn func(o Object) error) error
ForObjectError runs the function supplied on every object in the entries
type DirEntry ¶
type DirEntry interface { // Fs returns read only access to the Fs that this object is part of Fs() Info // String returns a description of the Object String() string // Remote returns the remote path Remote() string // ModTime returns the modification date of the file // It should return a best guess if one isn't available ModTime(context.Context) time.Time // Size returns the size of the file Size() int64 }
DirEntry provides read only information about the common subset of a Dir or Object. These are returned from directory listings - type assert them into the correct type.
type DirMover ¶
type DirMover interface { // DirMove moves src, srcRemote to this remote at dstRemote // using server-side move operations. // // Will only be called if src.Fs().Name() == f.Name() // // If it isn't possible then return fs.ErrorCantDirMove // // If destination exists then return fs.ErrorDirExists DirMove(ctx context.Context, src Fs, srcRemote, dstRemote string) error }
DirMover is an optional interface for Fs
type DirSetModTimer ¶ added in v1.66.0
type DirSetModTimer interface { // DirSetModTime sets the metadata on the directory to set the modification date DirSetModTime(ctx context.Context, dir string, modTime time.Time) error }
DirSetModTimer is an optional interface for Fs
type DirWrapper ¶ added in v1.66.0
type DirWrapper struct { Directory // Directory we are wrapping // contains filtered or unexported fields }
DirWrapper wraps a Directory object so the Remote can be overridden
func NewDirWrapper ¶ added in v1.66.0
func NewDirWrapper(remote string, d Directory) *DirWrapper
NewDirWrapper creates a wrapper for a directory object
This passes through optional methods and should be used for wrapping backends to wrap native directories.
func NewLimitedDirWrapper ¶ added in v1.66.0
func NewLimitedDirWrapper(remote string, d Directory) *DirWrapper
NewLimitedDirWrapper creates a DirWrapper that should fail silently instead of erroring for ErrorNotImplemented.
Intended for exceptional dirs lacking abilities that the Fs otherwise usually supports (ex. a Combine root which can't set metadata/modtime, regardless of support by wrapped backend)
func (*DirWrapper) Metadata ¶ added in v1.66.0
func (d *DirWrapper) Metadata(ctx context.Context) (Metadata, error)
Metadata returns metadata for an DirEntry
It should return nil if there is no Metadata
func (*DirWrapper) Remote ¶ added in v1.66.0
func (d *DirWrapper) Remote() string
Remote returns the remote path
func (*DirWrapper) SetMetadata ¶ added in v1.66.0
func (d *DirWrapper) SetMetadata(ctx context.Context, metadata Metadata) error
SetMetadata sets metadata for an DirEntry
It should return fs.ErrorNotImplemented if it can't set metadata
func (*DirWrapper) SetModTime ¶ added in v1.66.0
SetModTime sets the metadata on the DirEntry to set the modification date
If there is any other metadata it does not overwrite it.
func (*DirWrapper) SetRemote ¶ added in v1.66.0
func (d *DirWrapper) SetRemote(remote string) *DirWrapper
SetRemote sets the remote
func (*DirWrapper) String ¶ added in v1.66.0
func (d *DirWrapper) String() string
String returns the name
type Directory ¶
type Directory interface { DirEntry // Items returns the count of items in this directory or this // directory and subdirectories if known, -1 for unknown Items() int64 // ID returns the internal ID of this directory if known, or // "" otherwise ID() string }
Directory is a filesystem like directory provided by an Fs
type Disconnecter ¶
type Disconnecter interface { // Disconnect the current user Disconnect(ctx context.Context) error }
Disconnecter is an optional interface for Fs
type Duration ¶
Duration is a time.Duration with some more parsing options
func (Duration) ReadableString ¶
ReadableString parses d into a human-readable duration with units. Examples: "3s", "1d2h23m20s", "292y24w3d23h47m16s".
func (Duration) ShortReadableString ¶ added in v1.62.0
ShortReadableString parses d into a human-readable duration with units. This method returns it in short format, including the 3 most significant units only, sacrificing precision if necessary. E.g. returns "292y24w3d" instead of "292y24w3d23h47m16s", and "3d23h47m" instead of "3d23h47m16s".
func (*Duration) UnmarshalJSON ¶ added in v1.55.0
UnmarshalJSON makes sure the value can be parsed as a string or integer in JSON
type EntryType ¶
type EntryType int
EntryType can be associated with remote paths to identify their type
type Enum ¶ added in v1.65.0
Enum is an option which can only be one of the Choices.
Suggested implementation is something like this:
type choice = Enum[choices] const ( choiceA choice = iota choiceB choiceC ) type choices struct{} func (choices) Choices() []string { return []string{ choiceA: "A", choiceB: "B", choiceC: "C", } }
func (*Enum[C]) MarshalJSON ¶ added in v1.65.0
MarshalJSON encodes it as string
func (Enum[C]) Type ¶ added in v1.65.0
Type of the value.
If C has a Type() string method then it will be used instead.
func (*Enum[C]) UnmarshalJSON ¶ added in v1.65.0
UnmarshalJSON parses it as a string or an integer
type Features ¶
type Features struct { // Feature flags, whether Fs CaseInsensitive bool // has case insensitive files DuplicateFiles bool // allows duplicate files ReadMimeType bool // can read the mime type of objects WriteMimeType bool // can set the mime type of objects CanHaveEmptyDirectories bool // can have empty directories BucketBased bool // is bucket based (like s3, swift, etc.) BucketBasedRootOK bool // is bucket based and can use from root SetTier bool // allows set tier functionality on objects GetTier bool // allows to retrieve storage tier of objects ServerSideAcrossConfigs bool // can server-side copy between different remotes of the same type IsLocal bool // is the local backend SlowModTime bool // if calling ModTime() generally takes an extra transaction SlowHash bool // if calling Hash() generally takes an extra transaction ReadMetadata bool // can read metadata from objects WriteMetadata bool // can write metadata to objects UserMetadata bool // can read/write general purpose metadata ReadDirMetadata bool // can read metadata from directories (implements Directory.Metadata) WriteDirMetadata bool // can write metadata to directories (implements Directory.SetMetadata) WriteDirSetModTime bool // can write metadata to directories (implements Directory.SetModTime) UserDirMetadata bool // can read/write general purpose metadata to/from directories DirModTimeUpdatesOnWrite bool // indicate writing files to a directory updates its modtime FilterAware bool // can make use of filters if provided for listing PartialUploads bool // uploaded file can appear incomplete on the fs while it's being uploaded NoMultiThreading bool // set if can't have multiplethreads on one download open Overlay bool // this wraps one or more backends to add functionality ChunkWriterDoesntSeek bool // set if the chunk writer doesn't need to read the data more than once // Purge all files in the directory specified // // Implement this if you have a way of deleting all the files // quicker than just running Remove() on the result of List() // // Return an error if it doesn't exist Purge func(ctx context.Context, dir string) error // Copy src to this remote using server-side copy operations. // // This is stored with the remote path given // // It returns the destination Object and a possible error // // Will only be called if src.Fs().Name() == f.Name() // // If it isn't possible then return fs.ErrorCantCopy Copy func(ctx context.Context, src Object, remote string) (Object, error) // Move src to this remote using server-side move operations. // // This is stored with the remote path given // // It returns the destination Object and a possible error // // Will only be called if src.Fs().Name() == f.Name() // // If it isn't possible then return fs.ErrorCantMove Move func(ctx context.Context, src Object, remote string) (Object, error) // DirMove moves src, srcRemote to this remote at dstRemote // using server-side move operations. // // Will only be called if src.Fs().Name() == f.Name() // // If it isn't possible then return fs.ErrorCantDirMove // // If destination exists then return fs.ErrorDirExists DirMove func(ctx context.Context, src Fs, srcRemote, dstRemote string) error // MkdirMetadata makes the directory passed in as dir. // // It shouldn't return an error if it already exists. // // If the metadata is not nil it is set. // // It returns the directory that was created. MkdirMetadata func(ctx context.Context, dir string, metadata Metadata) (Directory, error) // ChangeNotify calls the passed function with a path // that has had changes. If the implementation // uses polling, it should adhere to the given interval. ChangeNotify func(context.Context, func(string, EntryType), <-chan time.Duration) // UnWrap returns the Fs that this Fs is wrapping UnWrap func() Fs // WrapFs returns the Fs that is wrapping this Fs WrapFs func() Fs // SetWrapper sets the Fs that is wrapping this Fs SetWrapper func(f Fs) // DirCacheFlush resets the directory cache - used in testing // as an optional interface DirCacheFlush func() // PublicLink generates a public link to the remote path (usually readable by anyone) PublicLink func(ctx context.Context, remote string, expire Duration, unlink bool) (string, error) // Put in to the remote path with the modTime given of the given size // // May create the object even if it returns an error - if so // will return the object and the error, otherwise will return // nil and the error // // May create duplicates or return errors if src already // exists. PutUnchecked func(ctx context.Context, in io.Reader, src ObjectInfo, options ...OpenOption) (Object, error) // PutStream uploads to the remote path with the modTime given of indeterminate size // // May create the object even if it returns an error - if so // will return the object and the error, otherwise will return // nil and the error PutStream func(ctx context.Context, in io.Reader, src ObjectInfo, options ...OpenOption) (Object, error) // MergeDirs merges the contents of all the directories passed // in into the first one and rmdirs the other directories. MergeDirs func(ctx context.Context, dirs []Directory) error // DirSetModTime sets the metadata on the directory to set the modification date DirSetModTime func(ctx context.Context, dir string, modTime time.Time) error // CleanUp the trash in the Fs // // Implement this if you have a way of emptying the trash or // otherwise cleaning up old versions of files. CleanUp func(ctx context.Context) error // ListR lists the objects and directories of the Fs starting // from dir recursively into out. // // dir should be "" to start from the root, and should not // have trailing slashes. // // This should return ErrDirNotFound if the directory isn't // found. // // It should call callback for each tranche of entries read. // These need not be returned in any particular order. If // callback returns an error then the listing will stop // immediately. // // Don't implement this unless you have a more efficient way // of listing recursively that doing a directory traversal. ListR ListRFn // About gets quota information from the Fs About func(ctx context.Context) (*Usage, error) // OpenWriterAt opens with a handle for random access writes // // Pass in the remote desired and the size if known. // // It truncates any existing object OpenWriterAt func(ctx context.Context, remote string, size int64) (WriterAtCloser, error) // OpenChunkWriter returns the chunk size and a ChunkWriter // // Pass in the remote and the src object // You can also use options to hint at the desired chunk size // OpenChunkWriter func(ctx context.Context, remote string, src ObjectInfo, options ...OpenOption) (info ChunkWriterInfo, writer ChunkWriter, err error) // UserInfo returns info about the connected user UserInfo func(ctx context.Context) (map[string]string, error) // Disconnect the current user Disconnect func(ctx context.Context) error // Command the backend to run a named command // // The command run is name // args may be used to read arguments from // opts may be used to read optional arguments from // // The result should be capable of being JSON encoded // If it is a string or a []string it will be shown to the user // otherwise it will be JSON encoded and shown to the user like that Command func(ctx context.Context, name string, arg []string, opt map[string]string) (interface{}, error) // Shutdown the backend, closing any background tasks and any // cached connections. Shutdown func(ctx context.Context) error }
Features describe the optional features of the Fs
func (*Features) Disable ¶
Disable nil's out the named feature. If it isn't found then it will log a message.
func (*Features) DisableList ¶
DisableList nil's out the comma separated list of named features. If it isn't found then it will log a message.
func (*Features) Enabled ¶
Enabled returns a map of features with keys showing whether they are enabled or not
func (*Features) Fill ¶
Fill fills in the function pointers in the Features struct from the optional interfaces. It returns the original updated Features struct passed in.
func (*Features) Mask ¶
Mask the Features with the Fs passed in
Only optional features which are implemented in both the original Fs AND the one passed in will be advertised. Any features which aren't in both will be set to false/nil, except for UnWrap/Wrap which will be left untouched.
type Flagger ¶ added in v1.68.0
type Flagger interface { // These are from pflag.Value which we don't want to pull in here String() string Set(string) error Type() string json.Unmarshaler }
Flagger describes the interface rclone config types flags must satisfy
type FlaggerNP ¶ added in v1.68.0
FlaggerNP describes the interface rclone config types flags must satisfy as non-pointers
These are from pflag.Value and need to be tested against non-pointer value due the the way the backend flags are inserted into the flags.
type Fs ¶
type Fs interface { Info // List the objects and directories in dir into entries. The // entries can be returned in any order but should be for a // complete directory. // // dir should be "" to list the root, and should not have // trailing slashes. // // This should return ErrDirNotFound if the directory isn't // found. List(ctx context.Context, dir string) (entries DirEntries, err error) // NewObject finds the Object at remote. If it can't be found // it returns the error ErrorObjectNotFound. // // If remote points to a directory then it should return // ErrorIsDir if possible without doing any extra work, // otherwise ErrorObjectNotFound. NewObject(ctx context.Context, remote string) (Object, error) // Put in to the remote path with the modTime given of the given size // // When called from outside an Fs by rclone, src.Size() will always be >= 0. // But for unknown-sized objects (indicated by src.Size() == -1), Put should either // return an error or upload it properly (rather than e.g. calling panic). // // May create the object even if it returns an error - if so // will return the object and the error, otherwise will return // nil and the error Put(ctx context.Context, in io.Reader, src ObjectInfo, options ...OpenOption) (Object, error) // Mkdir makes the directory (container, bucket) // // Shouldn't return an error if it already exists Mkdir(ctx context.Context, dir string) error // Rmdir removes the directory (container, bucket) if empty // // Return an error if it doesn't exist or isn't empty Rmdir(ctx context.Context, dir string) error }
Fs is the interface a cloud storage system must provide
func NewFs ¶
NewFs makes a new Fs object from the path
The path is of the form remote:path
Remotes are looked up in the config file. If the remote isn't found then NotFoundInConfigFile will be returned.
On Windows avoid single character remote names as they can be mixed up with drive letters.
func TemporaryLocalFs ¶
TemporaryLocalFs creates a local FS in the OS's temporary directory.
No cleanup is performed, the caller must call Purge on the Fs themselves.
type FullDirectory ¶ added in v1.66.0
type FullDirectory interface { Directory Metadataer SetMetadataer SetModTimer }
FullDirectory contains all the optional interfaces for Directory
Use for checking making wrapping Directories implement everything
type FullObject ¶ added in v1.51.0
type FullObject interface { Object MimeTyper IDer ObjectUnWrapper GetTierer SetTierer Metadataer SetMetadataer }
FullObject contains all the optional interfaces for Object
Use for checking making wrapping Objects implement everything
type FullObjectInfo ¶ added in v1.51.0
type FullObjectInfo interface { ObjectInfo MimeTyper IDer ObjectUnWrapper GetTierer Metadataer }
FullObjectInfo contains all the read-only optional interfaces
Use for checking making wrapping ObjectInfos implement everything
type GetTierer ¶
type GetTierer interface { // GetTier returns storage tier or class of the Object GetTier() string }
GetTierer is an optional interface for Object
type HTTPOption ¶
HTTPOption defines a general purpose HTTP option
func (*HTTPOption) Header ¶
func (o *HTTPOption) Header() (key string, value string)
Header formats the option as an http header
func (*HTTPOption) Mandatory ¶
func (o *HTTPOption) Mandatory() bool
Mandatory returns whether the option must be parsed or can be ignored
func (*HTTPOption) String ¶
func (o *HTTPOption) String() string
String formats the option into human-readable form
type HashesOption ¶
HashesOption defines an option used to tell the local fs to limit the number of hashes it calculates.
func (*HashesOption) Header ¶
func (o *HashesOption) Header() (key string, value string)
Header formats the option as an http header
func (*HashesOption) Mandatory ¶
func (o *HashesOption) Mandatory() bool
Mandatory returns whether the option must be parsed or can be ignored
func (*HashesOption) String ¶
func (o *HashesOption) String() string
String formats the option into human-readable form
type IDer ¶
type IDer interface { // ID returns the ID of the Object if known, or "" if not ID() string }
IDer is an optional interface for Object
type Info ¶
type Info interface { // Name of the remote (as passed into NewFs) Name() string // Root of the remote (as passed into NewFs) Root() string // String returns a description of the FS String() string // Precision of the ModTimes in this Fs Precision() time.Duration // Returns the supported hash types of the filesystem Hashes() hash.Set // Features returns the optional features of this Fs Features() *Features }
Info provides a read only interface to information about a filesystem.
var Unknown Info = unknownFs{}
Unknown holds an Info for an unknown Fs
This is used when we need an Fs but don't have one.
type ListRCallback ¶
type ListRCallback func(entries DirEntries) error
ListRCallback defines a callback function for ListR to use
It is called for each tranche of entries read from the listing and if it returns an error, the listing stops.
type ListRFn ¶
type ListRFn func(ctx context.Context, dir string, callback ListRCallback) error
ListRFn is defines the call used to recursively list a directory
type ListRer ¶
type ListRer interface { // ListR lists the objects and directories of the Fs starting // from dir recursively into out. // // dir should be "" to start from the root, and should not // have trailing slashes. // // This should return ErrDirNotFound if the directory isn't // found. // // It should call callback for each tranche of entries read. // These need not be returned in any particular order. If // callback returns an error then the listing will stop // immediately. // // Don't implement this unless you have a more efficient way // of listing recursively that doing a directory traversal. ListR(ctx context.Context, dir string, callback ListRCallback) error }
ListRer is an optional interfaces for Fs
type LogLevel ¶
type LogLevel = Enum[logLevelChoices]
LogLevel describes rclone's logs. These are a subset of the syslog log levels.
const ( LogLevelEmergency LogLevel = iota LogLevelAlert LogLevelCritical LogLevelError // Error - can't be suppressed LogLevelWarning LogLevelNotice // Normal logging, -q suppresses LogLevelInfo // Transfers, needs -v LogLevelDebug // Debug level, needs -vv )
Log levels. These are the syslog levels of which we only use a subset.
LOG_EMERG system is unusable LOG_ALERT action must be taken immediately LOG_CRIT critical conditions LOG_ERR error conditions LOG_WARNING warning conditions LOG_NOTICE normal, but significant, condition LOG_INFO informational message LOG_DEBUG debug-level message
type LogValueItem ¶ added in v1.52.0
type LogValueItem struct {
// contains filtered or unexported fields
}
LogValueItem describes keyed item for a JSON log entry
func LogValue ¶ added in v1.52.0
func LogValue(key string, value interface{}) LogValueItem
LogValue should be used as an argument to any logging calls to augment the JSON output with more structured information.
key is the dictionary parameter used to store value.
func LogValueHide ¶ added in v1.54.0
func LogValueHide(key string, value interface{}) LogValueItem
LogValueHide should be used as an argument to any logging calls to augment the JSON output with more structured information.
key is the dictionary parameter used to store value.
String() will return a blank string - this is useful to put items in which don't print into the log.
func (LogValueItem) String ¶ added in v1.52.0
func (j LogValueItem) String() string
String returns the representation of value. If render is fals this is an empty string so LogValueItem entries won't show in the textual representation of logs.
type MergeDirser ¶
type MergeDirser interface { // MergeDirs merges the contents of all the directories passed // in into the first one and rmdirs the other directories. MergeDirs(ctx context.Context, dirs []Directory) error }
MergeDirser is an option interface for Fs
type Metadata ¶ added in v1.59.0
Metadata represents Object metadata in a standardised form
See docs/content/metadata.md for the interpretation of the keys
func GetMetadata ¶ added in v1.59.0
GetMetadata from an DirEntry
If the object has no metadata then metadata will be nil
func GetMetadataOptions ¶ added in v1.59.0
func GetMetadataOptions(ctx context.Context, dstFs Fs, o DirEntry, options []OpenOption) (metadata Metadata, err error)
GetMetadataOptions from an DirEntry and merge it with any in options
If --metadata isn't in use it will return nil.
If the object has no metadata then metadata will be nil.
This should be passed the destination Fs for the metadata mapper
func (*Metadata) MergeOptions ¶ added in v1.59.0
func (m *Metadata) MergeOptions(options []OpenOption)
MergeOptions gets any Metadata from the options passed in and stores it in m (which may be nil).
If there is no m then metadata will be nil
type MetadataHelp ¶ added in v1.59.0
MetadataHelp represents help for a bit of system metadata
type MetadataInfo ¶ added in v1.59.0
type MetadataInfo struct { System map[string]MetadataHelp Help string }
MetadataInfo is help for the whole metadata for this backend.
type MetadataOption ¶ added in v1.59.0
type MetadataOption Metadata
MetadataOption defines an Option which does nothing
func (MetadataOption) Header ¶ added in v1.59.0
func (o MetadataOption) Header() (key string, value string)
Header formats the option as an http header
func (MetadataOption) Mandatory ¶ added in v1.59.0
func (o MetadataOption) Mandatory() bool
Mandatory returns whether the option must be parsed or can be ignored
func (MetadataOption) String ¶ added in v1.59.0
func (o MetadataOption) String() string
String formats the option into human-readable form
type Metadataer ¶ added in v1.59.0
type Metadataer interface { // Metadata returns metadata for an DirEntry // // It should return nil if there is no Metadata Metadata(ctx context.Context) (Metadata, error) }
Metadataer is an optional interface for DirEntry
type MimeTyper ¶
type MimeTyper interface { // MimeType returns the content type of the Object if // known, or "" if not MimeType(ctx context.Context) string }
MimeTyper is an optional interface for Object
type MkdirMetadataer ¶ added in v1.66.0
type MkdirMetadataer interface { // MkdirMetadata makes the directory passed in as dir. // // It shouldn't return an error if it already exists. // // If the metadata is not nil it is set. // // It returns the directory that was created. MkdirMetadata(ctx context.Context, dir string, metadata Metadata) (Directory, error) }
MkdirMetadataer is an optional interface for Fs
type Mover ¶
type Mover interface { // Move src to this remote using server-side move operations. // // This is stored with the remote path given // // It returns the destination Object and a possible error // // Will only be called if src.Fs().Name() == f.Name() // // If it isn't possible then return fs.ErrorCantMove Move(ctx context.Context, src Object, remote string) (Object, error) }
Mover is an optional interface for Fs
type NullOption ¶ added in v1.52.0
type NullOption struct { }
NullOption defines an Option which does nothing
func (NullOption) Header ¶ added in v1.52.0
func (o NullOption) Header() (key string, value string)
Header formats the option as an http header
func (NullOption) Mandatory ¶ added in v1.52.0
func (o NullOption) Mandatory() bool
Mandatory returns whether the option must be parsed or can be ignored
func (NullOption) String ¶ added in v1.52.0
func (o NullOption) String() string
String formats the option into human-readable form
type Object ¶
type Object interface { ObjectInfo // SetModTime sets the metadata on the object to set the modification date SetModTime(ctx context.Context, t time.Time) error // Open opens the file for read. Call Close() on the returned io.ReadCloser Open(ctx context.Context, options ...OpenOption) (io.ReadCloser, error) // Update in to the object with the modTime given of the given size // // When called from outside an Fs by rclone, src.Size() will always be >= 0. // But for unknown-sized objects (indicated by src.Size() == -1), Upload should either // return an error or update the object properly (rather than e.g. calling panic). Update(ctx context.Context, in io.Reader, src ObjectInfo, options ...OpenOption) error // Removes this object Remove(ctx context.Context) error }
Object is a filesystem like object provided by an Fs
func UnWrapObject ¶
UnWrapObject unwraps o as much as possible and returns the base object
func UnWrapObjectInfo ¶ added in v1.54.0
func UnWrapObjectInfo(oi ObjectInfo) Object
UnWrapObjectInfo returns the underlying Object unwrapped as much as possible or nil.
type ObjectInfo ¶
type ObjectInfo interface { DirEntry // Hash returns the selected checksum of the file // If no checksum is available it returns "" Hash(ctx context.Context, ty hash.Type) (string, error) // Storable says whether this object can be stored Storable() bool }
ObjectInfo provides read only information about an object.
type ObjectPair ¶
type ObjectPair struct {
Src, Dst Object
}
ObjectPair is a pair of Objects used to describe a potential copy operation.
type ObjectUnWrapper ¶
type ObjectUnWrapper interface { // UnWrap returns the Object that this Object is wrapping or // nil if it isn't wrapping anything UnWrap() Object }
ObjectUnWrapper is an optional interface for Object
type OpenChunkWriter ¶ added in v1.64.0
type OpenChunkWriter interface { // OpenChunkWriter returns the chunk size and a ChunkWriter // // Pass in the remote and the src object // You can also use options to hint at the desired chunk size OpenChunkWriter(ctx context.Context, remote string, src ObjectInfo, options ...OpenOption) (info ChunkWriterInfo, writer ChunkWriter, err error) }
OpenChunkWriter is an option interface for Fs to implement chunked writing
type OpenChunkWriterFn ¶ added in v1.64.0
type OpenChunkWriterFn func(ctx context.Context, remote string, src ObjectInfo, options ...OpenOption) (info ChunkWriterInfo, writer ChunkWriter, err error)
OpenChunkWriterFn describes the OpenChunkWriter function pointer
type OpenOption ¶
type OpenOption interface { fmt.Stringer // Header returns the option as an HTTP header Header() (key string, value string) // Mandatory returns whether this option can be ignored or not Mandatory() bool }
OpenOption is an interface describing options for Open
func MetadataAsOpenOptions ¶ added in v1.66.0
func MetadataAsOpenOptions(ctx context.Context) (options []OpenOption)
MetadataAsOpenOptions fetch any metadata to set as open options
type OpenWriterAtFn ¶ added in v1.64.0
OpenWriterAtFn describes the OpenWriterAt function pointer
type OpenWriterAter ¶
type OpenWriterAter interface { // OpenWriterAt opens with a handle for random access writes // // Pass in the remote desired and the size if known. // // It truncates any existing object OpenWriterAt(ctx context.Context, remote string, size int64) (WriterAtCloser, error) }
OpenWriterAter is an optional interface for Fs
type Option ¶
type Option struct { Name string // name of the option in snake_case FieldName string // name of the field used in the rc JSON - will be auto filled normally Help string // help, start with a single sentence on a single line that will be extracted for command line help Groups string `json:",omitempty"` // groups this option belongs to - comma separated string for options classification Provider string `json:",omitempty"` // set to filter on provider Default interface{} // default value, nil => "", if set (and not to nil or "") then Required does nothing Value interface{} // value to be set by flags Examples OptionExamples `json:",omitempty"` // predefined values that can be selected from list (multiple-choice option) ShortOpt string `json:",omitempty"` // the short option for this if required Hide OptionVisibility // set this to hide the config from the configurator or the command line Required bool // this option is required, meaning value cannot be empty unless there is a default IsPassword bool // set if the option is a password NoPrefix bool // set if the option for this should not use the backend prefix Advanced bool // set if this is an advanced config option Exclusive bool // set if the answer can only be one of the examples (empty string allowed unless Required or Default is set) Sensitive bool // set if this option should be redacted when using rclone config redacted }
Option is describes an option for the config wizard
This also describes command line options and environment variables.
It is also used to describe options for the API.
To create a multiple-choice option, specify the possible values in the Examples property. Whether the option's value is required to be one of these depends on other properties:
- Default is to allow any value, either from specified examples, or any other value. To restrict exclusively to the specified examples, also set Exclusive=true.
- If empty string should not be allowed then set Required=true, and do not set Default.
func (*Option) EnvVarName ¶
EnvVarName for the option
func (*Option) GetValue ¶
func (o *Option) GetValue() interface{}
GetValue gets the current value which is the default if not set
func (*Option) IsDefault ¶ added in v1.68.0
IsDefault returns true if the value is the default value
func (*Option) MarshalJSON ¶
MarshalJSON turns an Option into JSON
It adds some generated fields for ease of use - DefaultStr - a string rendering of Default - ValueStr - a string rendering of Value - Type - the type of the option
type OptionExample ¶
OptionExample describes an example for an Option
type OptionExamples ¶
type OptionExamples []OptionExample
OptionExamples is a slice of examples
func (OptionExamples) Less ¶
func (os OptionExamples) Less(i, j int) bool
Less is part of sort.Interface.
func (OptionExamples) Swap ¶
func (os OptionExamples) Swap(i, j int)
Swap is part of sort.Interface.
type OptionVisibility ¶
type OptionVisibility byte
OptionVisibility controls whether the options are visible in the configurator or the command line.
const ( OptionHideCommandLine OptionVisibility = 1 << iota OptionHideConfigurator OptionHideBoth = OptionHideCommandLine | OptionHideConfigurator )
Constants Option.Hide
type Options ¶
type Options []Option
Options is a slice of configuration Option for a backend
func (Options) AddPrefix ¶ added in v1.68.0
AddPrefix adds more options with a prefix returning a new options slice
func (Options) Get ¶ added in v1.50.0
Get the Option corresponding to name or return nil if not found
func (Options) HasAdvanced ¶ added in v1.56.0
HasAdvanced discovers if any options have an Advanced setting
func (Options) NonDefault ¶ added in v1.56.0
NonDefault discovers which config values aren't at their default
func (Options) Overridden ¶ added in v1.56.0
Overridden discovers which config items have been overridden in the configmap passed in, either by the config string, command line flags or environment variables
type OptionsInfo ¶ added in v1.68.0
type OptionsInfo struct { Name string // name of this options block for the rc Opt interface{} // pointer to a struct to set the options in Options Options // description of the options Reload func(context.Context) error // if not nil, call when options changed and on init }
OptionsInfo holds info about an block of options
func (*OptionsInfo) Check ¶ added in v1.68.0
func (oi *OptionsInfo) Check() error
Check ensures that for every element of oi.Options there is a field in oi.Opt that matches it.
It also sets Option.FieldName to be the name of the field for use in JSON.
type OverrideDirectory ¶ added in v1.63.0
type OverrideDirectory struct { Directory // contains filtered or unexported fields }
OverrideDirectory is a wrapper to override the Remote for an Directory
func NewOverrideDirectory ¶ added in v1.63.0
func NewOverrideDirectory(oi Directory, remote string) *OverrideDirectory
NewOverrideDirectory returns an OverrideDirectoryObject which will return the remote specified
func (*OverrideDirectory) Remote ¶ added in v1.63.0
func (o *OverrideDirectory) Remote() string
Remote returns the overridden remote name
func (*OverrideDirectory) String ¶ added in v1.63.0
func (o *OverrideDirectory) String() string
String returns the overridden remote name
type OverrideRemote ¶ added in v1.61.0
type OverrideRemote struct { ObjectInfo // contains filtered or unexported fields }
OverrideRemote is a wrapper to override the Remote for an ObjectInfo
func NewOverrideRemote ¶ added in v1.61.0
func NewOverrideRemote(oi ObjectInfo, remote string) *OverrideRemote
NewOverrideRemote returns an OverrideRemoteObject which will return the remote specified
func (*OverrideRemote) GetTier ¶ added in v1.61.0
func (o *OverrideRemote) GetTier() string
GetTier returns storage tier or class of the Object
func (*OverrideRemote) ID ¶ added in v1.61.0
func (o *OverrideRemote) ID() string
ID returns the ID of the Object if known, or "" if not
func (*OverrideRemote) Metadata ¶ added in v1.61.0
func (o *OverrideRemote) Metadata(ctx context.Context) (Metadata, error)
Metadata returns metadata for an object
It should return nil if there is no Metadata
func (*OverrideRemote) MimeType ¶ added in v1.61.0
func (o *OverrideRemote) MimeType(ctx context.Context) string
MimeType returns the mime type of the underlying object or "" if it can't be worked out
func (*OverrideRemote) Remote ¶ added in v1.61.0
func (o *OverrideRemote) Remote() string
Remote returns the overridden remote name
func (*OverrideRemote) String ¶ added in v1.63.0
func (o *OverrideRemote) String() string
String returns the overridden remote name
func (*OverrideRemote) UnWrap ¶ added in v1.61.0
func (o *OverrideRemote) UnWrap() Object
UnWrap returns the Object that this Object is wrapping or nil if it isn't wrapping anything
type Pacer ¶
Pacer is a simple wrapper around a pacer.Pacer with logging.
func NewPacer ¶
func NewPacer(ctx context.Context, c pacer.Calculator) *Pacer
NewPacer creates a Pacer for the given Fs and Calculator.
func (*Pacer) ModifyCalculator ¶
func (p *Pacer) ModifyCalculator(f func(pacer.Calculator))
ModifyCalculator calls the given function with the currently configured Calculator and the Pacer lock held.
func (*Pacer) SetCalculator ¶
func (p *Pacer) SetCalculator(c pacer.Calculator)
SetCalculator sets the pacing algorithm. Don't modify the Calculator object afterwards, use the ModifyCalculator method when needed.
It will choose the default algorithm if nil is passed in.
type ParentIDer ¶ added in v1.55.0
type ParentIDer interface { // ParentID returns the ID of the parent directory if known or nil if not ParentID() string }
ParentIDer is an optional interface for Object
type PublicLinker ¶
type PublicLinker interface { // PublicLink generates a public link to the remote path (usually readable by anyone) PublicLink(ctx context.Context, remote string, expire Duration, unlink bool) (string, error) }
PublicLinker is an optional interface for Fs
type Purger ¶
type Purger interface { // Purge all files in the directory specified // // Implement this if you have a way of deleting all the files // quicker than just running Remove() on the result of List() // // Return an error if it doesn't exist Purge(ctx context.Context, dir string) error }
Purger is an optional interfaces for Fs
type PutStreamer ¶
type PutStreamer interface { // PutStream uploads to the remote path with the modTime given of indeterminate size // // May create the object even if it returns an error - if so // will return the object and the error, otherwise will return // nil and the error PutStream(ctx context.Context, in io.Reader, src ObjectInfo, options ...OpenOption) (Object, error) }
PutStreamer is an optional interface for Fs
type PutUncheckeder ¶
type PutUncheckeder interface { // Put in to the remote path with the modTime given of the given size // // May create the object even if it returns an error - if so // will return the object and the error, otherwise will return // nil and the error // // May create duplicates or return errors if src already // exists. PutUnchecked(ctx context.Context, in io.Reader, src ObjectInfo, options ...OpenOption) (Object, error) }
PutUncheckeder is an optional interface for Fs
type RangeOption ¶
RangeOption defines an HTTP Range option with start and end. If either start or end are < 0 then they will be omitted.
End may be bigger than the Size of the object in which case it will be capped to the size of the object.
Note that the End is inclusive, so to fetch 100 bytes you would use RangeOption{Start: 0, End: 99}
If Start is specified but End is not then it will fetch from Start to the end of the file.
If End is specified, but Start is not then it will fetch the last End bytes.
Examples:
RangeOption{Start: 0, End: 99} - fetch the first 100 bytes RangeOption{Start: 100, End: 199} - fetch the second 100 bytes RangeOption{Start: 100, End: -1} - fetch bytes from offset 100 to the end RangeOption{Start: -1, End: 100} - fetch the last 100 bytes
A RangeOption implements a single byte-range-spec from https://tools.ietf.org/html/rfc7233#section-2.1
func ParseRangeOption ¶
func ParseRangeOption(s string) (po *RangeOption, err error)
ParseRangeOption parses a RangeOption from a Range: header. It only accepts single ranges.
func (*RangeOption) Decode ¶
func (o *RangeOption) Decode(size int64) (offset, limit int64)
Decode interprets the RangeOption into an offset and a limit
The offset is the start of the stream and the limit is how many bytes should be read from it. If the limit is -1 then the stream should be read to the end.
func (*RangeOption) Header ¶
func (o *RangeOption) Header() (key string, value string)
Header formats the option as an http header
func (*RangeOption) Mandatory ¶
func (o *RangeOption) Mandatory() bool
Mandatory returns whether the option must be parsed or can be ignored
func (*RangeOption) String ¶
func (o *RangeOption) String() string
String formats the option into human-readable form
type RangeSeeker ¶
type RangeSeeker interface { // RangeSeek behaves like a call to Seek(offset int64, whence // int) with the output wrapped in an io.LimitedReader // limiting the total length to limit. // // RangeSeek with a limit of < 0 is equivalent to a regular Seek. RangeSeek(ctx context.Context, offset int64, whence int, length int64) (int64, error) }
RangeSeeker is the interface that wraps the RangeSeek method.
Some of the returns from Object.Open() may optionally implement this method for efficiency purposes.
type RegInfo ¶
type RegInfo struct { // Name of this fs Name string // Description of this fs - defaults to Name Description string // Prefix for command line flags for this fs - defaults to Name if not set Prefix string // Create a new file system. If root refers to an existing // object, then it should return an Fs which points to // the parent of that object and ErrorIsFile. NewFs func(ctx context.Context, name string, root string, config configmap.Mapper) (Fs, error) `json:"-"` // Function to call to help with config - see docs for ConfigIn for more info Config func(ctx context.Context, name string, m configmap.Mapper, configIn ConfigIn) (*ConfigOut, error) `json:"-"` // Options for the Fs configuration Options Options // The command help, if any CommandHelp []CommandHelp // Aliases - other names this backend is known by Aliases []string // Hide - if set don't show in the configurator Hide bool // MetadataInfo help about the metadata in use in this backend MetadataInfo *MetadataInfo }
RegInfo provides information about a filesystem
func ConfigFs ¶
func ConfigFs(path string) (fsInfo *RegInfo, configName, fsPath string, config *configmap.Map, err error)
ConfigFs makes the config for calling NewFs with.
It parses the path which is of the form remote:path
Remotes are looked up in the config file. If the remote isn't found then NotFoundInConfigFile will be returned.
func Find ¶
Find looks for a RegInfo object for the name passed in. The name can be either the Name or the Prefix.
Services are looked up in the config file
func FindFromFs ¶ added in v1.59.0
FindFromFs finds the *RegInfo used to create this Fs, provided it was created by fs.NewFs or cache.Get
It returns nil if not found
func MustFind ¶
MustFind looks for an Info object for the type name passed in
Services are looked up in the config file.
Exits with a fatal error if not found
type SeekOption ¶
type SeekOption struct {
Offset int64
}
SeekOption defines an HTTP Range option with start only.
func (*SeekOption) Header ¶
func (o *SeekOption) Header() (key string, value string)
Header formats the option as an http header
func (*SeekOption) Mandatory ¶
func (o *SeekOption) Mandatory() bool
Mandatory returns whether the option must be parsed or can be ignored
func (*SeekOption) String ¶
func (o *SeekOption) String() string
String formats the option into human-readable form
type SetMetadataer ¶ added in v1.66.0
type SetMetadataer interface { // SetMetadata sets metadata for an DirEntry // // It should return fs.ErrorNotImplemented if it can't set metadata SetMetadata(ctx context.Context, metadata Metadata) error }
SetMetadataer is an optional interface for DirEntry
type SetModTimer ¶ added in v1.66.0
type SetModTimer interface { // SetModTime sets the metadata on the DirEntry to set the modification date // // If there is any other metadata it does not overwrite it. SetModTime(ctx context.Context, t time.Time) error }
SetModTimer is an optional interface for Directory.
Object implements this as part of its requires set of interfaces.
type SetTierer ¶
type SetTierer interface { // SetTier performs changing storage tier of the Object if // multiple storage classes supported SetTier(tier string) error }
SetTierer is an optional interface for Object
type Shutdowner ¶ added in v1.54.0
type Shutdowner interface { // Shutdown the backend, closing any background tasks and any // cached connections. Shutdown(ctx context.Context) error }
Shutdowner is an interface to wrap the Shutdown function
type SizeSuffix ¶
type SizeSuffix int64
SizeSuffix is an int64 with a friendly way of printing setting
const ( SizeSuffixBase SizeSuffix = 1 << (iota * 10) Kibi Mebi Gibi Tebi Pebi Exbi )
Common multipliers for SizeSuffix
func (SizeSuffix) BitRateUnit ¶ added in v1.56.0
func (x SizeSuffix) BitRateUnit() string
BitRateUnit turns SizeSuffix into a string with bit rate unit
func (SizeSuffix) BitUnit ¶ added in v1.56.0
func (x SizeSuffix) BitUnit() string
BitUnit turns SizeSuffix into a string with bit unit
func (SizeSuffix) ByteRateUnit ¶ added in v1.56.0
func (x SizeSuffix) ByteRateUnit() string
ByteRateUnit turns SizeSuffix into a string with byte rate unit
func (SizeSuffix) ByteUnit ¶ added in v1.56.0
func (x SizeSuffix) ByteUnit() string
ByteUnit turns SizeSuffix into a string with byte unit
func (*SizeSuffix) Scan ¶
func (x *SizeSuffix) Scan(s fmt.ScanState, ch rune) error
Scan implements the fmt.Scanner interface
func (SizeSuffix) String ¶
func (x SizeSuffix) String() string
String turns SizeSuffix into a string
func (*SizeSuffix) UnmarshalJSON ¶ added in v1.55.0
func (x *SizeSuffix) UnmarshalJSON(in []byte) error
UnmarshalJSON makes sure the value can be parsed as a string or integer in JSON
type SizeSuffixList ¶
type SizeSuffixList []SizeSuffix
SizeSuffixList is a slice SizeSuffix values
func (SizeSuffixList) Len ¶
func (l SizeSuffixList) Len() int
func (SizeSuffixList) Less ¶
func (l SizeSuffixList) Less(i, j int) bool
func (SizeSuffixList) Swap ¶
func (l SizeSuffixList) Swap(i, j int)
type SpaceSepList ¶
type SpaceSepList []string
SpaceSepList is a space separated config value It uses the encoding/csv rules for quoting and escaping
Example ¶
for _, s := range []string{ `remotea:test/dir remoteb:`, `"remotea:test/space dir" remoteb:`, `"remotea:test/quote""dir" remoteb:`, } { var l SpaceSepList must(l.Set(s)) fmt.Printf("%#v\n", l) }
Output: fs.SpaceSepList{"remotea:test/dir", "remoteb:"} fs.SpaceSepList{"remotea:test/space dir", "remoteb:"} fs.SpaceSepList{"remotea:test/quote\"dir", "remoteb:"}
func (*SpaceSepList) Scan ¶
func (l *SpaceSepList) Scan(s fmt.ScanState, ch rune) error
Scan implements the fmt.Scanner interface
func (SpaceSepList) String ¶
func (l SpaceSepList) String() string
type TerminalColorMode ¶ added in v1.61.0
type TerminalColorMode = Enum[terminalColorModeChoices]
TerminalColorMode describes how ANSI codes should be handled
const ( TerminalColorModeAuto TerminalColorMode = iota TerminalColorModeNever TerminalColorModeAlways )
TerminalColorMode constants
type Time ¶ added in v1.59.0
Time is a time.Time with some more parsing options
func (Time) MarshalJSON ¶ added in v1.63.0
MarshalJSON marshals as a time.Time value
func (*Time) UnmarshalJSON ¶ added in v1.59.0
UnmarshalJSON makes sure the value can be parsed as a string in JSON
type Tristate ¶ added in v1.58.0
Tristate is a boolean that can has the states, true, false and unset/invalid/nil
func (*Tristate) MarshalJSON ¶ added in v1.63.0
MarshalJSON encodes it as a bool or nil for unset
func (*Tristate) UnmarshalJSON ¶ added in v1.58.0
UnmarshalJSON parses it as a bool or nil for unset
type UnWrapper ¶
type UnWrapper interface { // UnWrap returns the Fs that this Fs is wrapping UnWrap() Fs }
UnWrapper is an optional interfaces for Fs
type Usage ¶
type Usage struct { Total *int64 `json:"total,omitempty"` // quota of bytes that can be used Used *int64 `json:"used,omitempty"` // bytes in use Trashed *int64 `json:"trashed,omitempty"` // bytes in trash Other *int64 `json:"other,omitempty"` // other usage e.g. gmail in drive Free *int64 `json:"free,omitempty"` // bytes which can be uploaded before reaching the quota Objects *int64 `json:"objects,omitempty"` // objects in the storage system }
Usage is returned by the About call
If a value is nil then it isn't supported by that backend
type UserInfoer ¶
type UserInfoer interface { // UserInfo returns info about the connected user UserInfo(ctx context.Context) (map[string]string, error) }
UserInfoer is an optional interface for Fs
Source Files ¶
- backend_config.go
- bits.go
- bwtimetable.go
- config.go
- config_list.go
- configmap.go
- countsuffix.go
- cutoffmode.go
- daemon_unix.go
- deletemode.go
- dir.go
- dir_wrapper.go
- direntries.go
- dump.go
- enum.go
- features.go
- fingerprint.go
- fs.go
- log.go
- metadata.go
- mimetype.go
- mount_helper.go
- newfs.go
- open_options.go
- override.go
- override_dir.go
- pacer.go
- parseduration.go
- parsetime.go
- registry.go
- sizesuffix.go
- terminalcolormode.go
- tristate.go
- types.go
- version.go
- versionsuffix.go
- versiontag.go
Directories ¶
Path | Synopsis |
---|---|
Package accounting providers an accounting and limiting reader
|
Package accounting providers an accounting and limiting reader |
Package asyncreader provides an asynchronous reader which reads independently of write
|
Package asyncreader provides an asynchronous reader which reads independently of write |
Package cache implements the Fs cache
|
Package cache implements the Fs cache |
Package chunkedreader provides functionality for reading a stream in chunks.
|
Package chunkedreader provides functionality for reading a stream in chunks. |
Package chunksize calculates a suitable chunk size for large uploads
|
Package chunksize calculates a suitable chunk size for large uploads |
Package config reads, writes and edits the config file and deals with command line flags
|
Package config reads, writes and edits the config file and deals with command line flags |
configfile
Package configfile implements a config file loader and saver
|
Package configfile implements a config file loader and saver |
configflags
Package configflags defines the flags used by rclone.
|
Package configflags defines the flags used by rclone. |
configmap
Package configmap provides an abstraction for reading and writing config
|
Package configmap provides an abstraction for reading and writing config |
configstruct
Package configstruct parses unstructured maps into structures
|
Package configstruct parses unstructured maps into structures |
flags
Package flags contains enhanced versions of spf13/pflag flag routines which will read from the environment also.
|
Package flags contains enhanced versions of spf13/pflag flag routines which will read from the environment also. |
obscure
Package obscure contains the Obscure and Reveal commands
|
Package obscure contains the Obscure and Reveal commands |
Package dirtree contains the DirTree type which is used for building filesystem hierarchies in memory.
|
Package dirtree contains the DirTree type which is used for building filesystem hierarchies in memory. |
Package driveletter returns whether a name is a valid drive letter
|
Package driveletter returns whether a name is a valid drive letter |
Package filter controls the filtering of files
|
Package filter controls the filtering of files |
filterflags
Package filterflags implements command line flags to set up a filter
|
Package filterflags implements command line flags to set up a filter |
Package fserrors provides errors and error handling
|
Package fserrors provides errors and error handling |
Package fshttp contains the common http parts of the config, Transport and Client
|
Package fshttp contains the common http parts of the config, Transport and Client |
Package fspath contains routines for fspath manipulation
|
Package fspath contains routines for fspath manipulation |
Package hash provides hash utilities for Fs.
|
Package hash provides hash utilities for Fs. |
Package list contains list functions
|
Package list contains list functions |
Package log provides logging for rclone
|
Package log provides logging for rclone |
logflags
Package logflags implements command line flags to set up the log
|
Package logflags implements command line flags to set up the log |
Package logger implements testing for the sync (and bisync) logger
|
Package logger implements testing for the sync (and bisync) logger |
Package march traverses two directories in lock step
|
Package march traverses two directories in lock step |
Package object defines some useful Objects
|
Package object defines some useful Objects |
Package operations does generic operations on filesystems and objects
|
Package operations does generic operations on filesystems and objects |
operationsflags
Package operationsflags defines the flags used by rclone operations.
|
Package operationsflags defines the flags used by rclone operations. |
Package rc implements a remote control server and registry for rclone
|
Package rc implements a remote control server and registry for rclone |
jobs
Package jobs manages background jobs that the rc is running.
|
Package jobs manages background jobs that the rc is running. |
rcflags
Package rcflags implements command line flags to set up the remote control
|
Package rcflags implements command line flags to set up the remote control |
rcserver
Package rcserver implements the HTTP endpoint to serve the remote control
|
Package rcserver implements the HTTP endpoint to serve the remote control |
webgui
Package webgui provides plugin functionality to the Web GUI.
|
Package webgui provides plugin functionality to the Web GUI. |
Package sync is the implementation of sync/copy/move
|
Package sync is the implementation of sync/copy/move |
Package walk walks directories
|
Package walk walks directories |