What is the problem you are having with rclone?
When running rclone rc vfx/stats
to verify my configuration of an S3 bucket mount, it does not show the UseServerModtime
property, so I cannot verify I am providing the correct name and that it is correctly applying.
Run the command 'rclone version' and share the full output of the command.
rclone v1.69.1
- os/version: Microsoft Windows Server 2022 Datacenter 21H2 21H2 (64 bit)
- os/kernel: 10.0.20348.1129 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.24.0
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
AWS S3
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone rc vfx/stats
My output
{
"diskCache": {
"bytesUsed": 0,
"erroredFiles": 0,
"files": 0,
"hashType": 1,
"outOfSpace": false,
"path": "mypath",
"pathMeta": "mypath",
"uploadsInProgress": 0,
"uploadsQueued": 0
},
"fs": "my-profile:my-mount",
"inUse": 1,
"metadataCache": {
"dirs": 3,
"files": 2
},
"opt": {
"BlockNormDupes": false,
"CacheMaxAge": 3000000000,
"CacheMaxSize": -1,
"CacheMinFreeSpace": 1073741824,
"CacheMode": 3,
"CachePollInterval": 3000000000,
"CaseInsensitive": true,
"ChunkSize": 4194304,
"ChunkSizeLimit": -1,
"ChunkStreams": 16,
"DirCacheTime": 300000000000,
"DirPerms": 2147484159,
"DiskSpaceTotalSize": -1,
"FastFingerprint": false,
"FilePerms": 438,
"GID": 4294967295,
"LinkPerms": 134218166,
"Links": true,
"NoChecksum": false,
"NoModTime": false,
"NoSeek": false,
"PollInterval": 60000000000,
"ReadAhead": 0,
"ReadOnly": false,
"ReadWait": 20000000,
"Refresh": false,
"UID": 4294967295,
"Umask": 0,
"UsedIsSize": false,
"WriteBack": 3000000000,
"WriteWait": 1000000000
}
}