Commit graph

  • bebd82c586 b2: reduce default --b2-upload-concurrency to 4 to reduce memory usage Nick Craig-Wood 2023-09-25 15:24:55 +01:00
  • af02c3b2a7 b2: fix locking window when getting mutipart upload URL Nick Craig-Wood 2023-09-25 11:13:40 +01:00
  • 77dfe5f1fd pacer: fix b2 deadlock by defaulting max connections to unlimited Nick Craig-Wood 2023-09-25 11:01:51 +01:00
  • e9a95a78de s3: fix slice bounds out of range error when listing Nick Craig-Wood 2023-09-24 16:51:58 +01:00
  • 82ca5295f4 docs: fix backend doc generator to not output duplicate config names Nick Craig-Wood 2023-09-22 18:16:00 +01:00
  • 9d8a40b813 docs: fix typos found by codespell in docs and code comments Dimitri Papadopoulos Orfanos 2023-09-23 13:20:01 +02:00
  • 12d80c5219 onedrive: fix the configurator to allow /teams/ID in the config Nick Craig-Wood 2023-09-21 15:36:26 +01:00
  • 038a87c569 lsjson: make sure we set the global metadata flag too Nick Craig-Wood 2023-09-20 21:44:00 +01:00
  • 3ef97993ad b2: fix multipart upload: corrupted on transfer: sizes differ XXX vs 0 Nick Craig-Wood 2023-09-18 20:41:31 +01:00
  • 04bba67cd5 azureblob: fix "fatal error: concurrent map writes" Nick Craig-Wood 2023-09-13 15:36:44 +01:00
  • 29dd29b9f3 build(deps): bump docker/setup-qemu-action from 2 to 3 dependabot[bot] 2023-09-15 08:16:15 +00:00
  • 532248352b build(deps): bump docker/setup-buildx-action from 2 to 3 dependabot[bot] 2023-09-13 14:56:51 +00:00
  • ab803942de storj: update storj.io/uplink to v1.12.0 Kaloyan Raev 2023-09-14 12:45:50 +03:00
  • f933e80258 docs: add notes on how to update the website between releases Nick Craig-Wood 2023-09-13 17:01:42 +01:00
  • 1c6f0101a5 docs: remove minio sponsor box for the moment Nick Craig-Wood 2023-09-13 16:47:17 +01:00
  • c6f161de90 docs: update Storj partner link Nick Craig-Wood 2023-09-13 16:46:16 +01:00
  • bdcf7fe28c docs: add MacPorts install info Herby Gillot 2023-09-13 08:28:02 -04:00
  • 776dc47eb8 build(deps): bump docker/metadata-action from 4 to 5 dependabot[bot] 2023-09-12 22:59:29 +00:00
  • 167046e21a build(deps): bump docker/login-action from 2 to 3 dependabot[bot] 2023-09-12 22:59:27 +00:00
  • 98d50d545a build(deps): bump docker/build-push-action from 4 to 5 dependabot[bot] 2023-09-12 22:59:27 +00:00
  • 48242c5357 fix overview of oracle object storage as it supports multithreaded Manoj Ghosh 2023-09-12 22:30:17 -07:00
  • e437e6c209 operations: ensure concurrency is no greater than the number of chunks - fixes #7299 Pat Patterson 2023-09-12 23:18:06 -07:00
  • b813a01718 Start v1.64.1-DEV development Nick Craig-Wood 2023-10-11 11:55:24 +01:00
  • 5afa838457 cmd: Make --progress output logs in the same format as without Nick Craig-Wood 2023-10-05 17:37:21 +01:00
  • 2de084944b operations: fix error message on delete to have file name - fixes #7355 Nick Craig-Wood 2023-10-09 16:56:13 +01:00
  • 48a8bfa6b3 operations: fix OpenOptions ignored in copy if operation was a multiThreadCopy Vitor Gomes 2023-10-10 16:31:21 +02:00
  • d3ce795c30 build: fix docker beta build running out of space Nick Craig-Wood 2023-10-10 09:55:07 +01:00
  • c04657cd4c Add Volodymyr to contributors Nick Craig-Wood 2023-10-10 15:58:58 +01:00
  • 6255d9dfaa
    operations: implement --partial-suffix to control extension of temporary file names Volodymyr 2023-10-10 14:27:32 +03:00
  • f56ea2bee2 s3: fix no error being returned when creating a bucket we don't own Nick Craig-Wood 2023-10-06 11:45:03 +01:00
  • d6ba60c04d oracleobjectstorage: fix OpenOptions being ignored in uploadMultipart with chunkWriter Nick Craig-Wood 2023-10-09 17:13:42 +01:00
  • 37eaa3682a s3: fix OpenOptions being ignored in uploadMultipart with chunkWriter Vitor Gomes 2023-10-06 17:53:36 +02:00
  • c5f6fc3283 drive: add --drive-show-all-gdocs to allow unexportable gdocs to be server side copied Nick Craig-Wood 2023-09-25 15:18:40 +01:00
  • 4daf755da0 Add Saleh Dindar to contributors Nick Craig-Wood 2023-10-09 16:52:50 +01:00
  • eee8ad5146 Add Beyond Meat to contributors Nick Craig-Wood 2023-10-09 16:52:50 +01:00
  • 0731de6a51 smb: fix "unverified packet returned" error when using multithread copy fix-smb-writerat Nick Craig-Wood 2023-10-09 11:22:09 +01:00
  • bcb3289dad nfsmount: documentation for new NFS mount feature for macOS Saleh Dindar 2023-10-04 09:40:46 -07:00
  • ef2ef8ef84 nfsmount: New mount command to provide mount mechanism on macOS without FUSE Saleh Dindar 2023-10-04 10:33:12 -07:00
  • c69cf46f06 serve nfs: new serve nfs command Saleh Dindar 2023-10-04 10:28:41 -07:00
  • 25f59b2918 vfs: Add go-billy dependency and make sure vfs.Handle implements billy.File Saleh Dindar 2023-10-04 10:25:57 -07:00
  • 7801b160f2 vfs: [bugfix] Update dir modification time Saleh Dindar 2023-09-24 14:51:08 -07:00
  • 23f8dea182 vfs: [bugfix] Implement Name() method in WriteFileHandle and ReadFileHandle Saleh Dindar 2023-08-31 06:28:10 -07:00
  • 3337fe31c7 vfs: add --vfs-refresh flag to read all the directories on start Beyond Meat 2023-09-08 06:41:12 -07:00
  • a752563842 operations: add operations/check to the rc API Nick Craig-Wood 2023-05-24 10:51:30 +01:00
  • c12085b265 operations: close file in TestUploadFile test so it can be deleted on Windows Nick Craig-Wood 2023-10-04 17:51:42 +01:00
  • 3ab9077820 googlephotos: implement batcher for uploads - fixes #6920 Nick Craig-Wood 2023-09-13 11:57:52 +01:00
  • b94806a143 dropbox: factor batcher into lib/batcher Nick Craig-Wood 2023-09-12 16:10:45 +01:00
  • 55d10f4d25 fs: re-implement DumpMode with Bits Nick Craig-Wood 2023-10-03 12:56:17 +01:00
  • 75745fcb21 fs: create fs.Bits for easy creation of parameters from a bitset of choices Nick Craig-Wood 2023-10-03 12:55:24 +01:00
  • 1cc22da87d vfs: re-implement CacheMode with fs.Enum Nick Craig-Wood 2023-09-27 15:31:47 +01:00
  • 3092f82dcc fs: re-implement CutoffMode, LogLevel, TerminalColorMode with Enum Nick Craig-Wood 2023-09-27 15:31:47 +01:00
  • 60a6ef914c fs: create fs.Enum for easy creation of parameters from a list of choices Nick Craig-Wood 2023-09-26 16:49:09 +01:00
  • 3553cc4a5f fs: fix option types printing incorrectly for backend flags Nick Craig-Wood 2023-09-27 13:58:27 +01:00
  • b8591b230d onedrive: implement ListR method which gives --fast-list support Nick Craig-Wood 2023-09-19 12:09:51 +01:00
  • ecb09badba onedrive: factor API types back into correct file Nick Craig-Wood 2023-09-19 09:42:12 +01:00
  • cb43e86d16 b2: reduce default --b2-upload-concurrency to 4 to reduce memory usage Nick Craig-Wood 2023-09-25 15:24:55 +01:00
  • 5c48102ede b2: fix locking window when getting mutipart upload URL Nick Craig-Wood 2023-09-25 11:13:40 +01:00
  • 96438ff259 pacer: fix b2 deadlock by defaulting max connections to unlimited Nick Craig-Wood 2023-09-25 11:01:51 +01:00
  • c1df3ce08c docs: add utime (time of file upload) to standard system metadata albertony 2023-09-23 16:12:19 +02:00
  • 19ad39fa1c jottacloud: add support for reading and writing metadata albertony 2022-08-04 20:48:13 +02:00
  • b296f37801 s3: fix slice bounds out of range error when listing Nick Craig-Wood 2023-09-24 16:51:58 +01:00
  • 23e44c6065 Add rinsuki to contributors Nick Craig-Wood 2023-09-25 11:52:12 +01:00
  • 8fd66daab6 drive: add support of SHA-1 and SHA-256 checksum rinsuki 2023-09-24 18:07:47 +09:00
  • 9e80d48b03 s3: add docs on how to add a new provider Nick Craig-Wood 2023-09-21 12:35:23 +01:00
  • eb3082a1eb s3: add Linode provider Nick Craig-Wood 2023-09-21 12:38:06 +01:00
  • 77ea22ac5b s3: Factor providers list out and auto generate textual version Nick Craig-Wood 2023-09-21 11:32:42 +01:00
  • 226fdbafab Compatibility with jwt-go (golang-jwt) v5 jwt-v5-compatibility albertony 2023-07-04 17:41:34 +02:00
  • 9959712a06 docs: fix backend doc generator to not output duplicate config names Nick Craig-Wood 2023-09-22 18:16:00 +01:00
  • 7586fecbca Add Nikita Shoshin to contributors Nick Craig-Wood 2023-09-23 12:53:59 +01:00
  • 94cdb00eb6 rcserver: set Last-Modified header for files served by --rc-serve Nikita Shoshin 2023-09-22 22:11:18 +04:00
  • 3d473eb54e
    docs: fix typos found by codespell in docs and code comments Dimitri Papadopoulos Orfanos 2023-09-23 13:20:01 +02:00
  • 50b4a2398e onedrive: fix the configurator to allow /teams/ID in the config Nick Craig-Wood 2023-09-21 15:36:26 +01:00
  • e6b718c938 build: add btesth target to output beta log in HTML for email pasting Nick Craig-Wood 2023-09-20 21:54:55 +01:00
  • 9370dbcc47 lsjson: make sure we set the global metadata flag too Nick Craig-Wood 2023-09-20 21:44:00 +01:00
  • 8c1e9a2905 rc: always report an error as JSON Nick Craig-Wood 2023-09-20 10:22:17 +01:00
  • 6072d314e1 b2: fix multipart upload: corrupted on transfer: sizes differ XXX vs 0 Nick Craig-Wood 2023-09-18 20:41:31 +01:00
  • 9277ca1e54 b2: implement --b2-lifecycle to control lifecycle when creating buckets Nick Craig-Wood 2023-09-16 17:01:43 +01:00
  • d6722607cb b2: implement "rclone backend lifecycle" to read and set bucket lifecycles Nick Craig-Wood 2023-09-16 16:44:28 +01:00
  • 4ef30db209 b2: fix listing all buckets when not needed Nick Craig-Wood 2023-09-16 16:00:50 +01:00
  • 55c12c9a2d azureblob: fix "fatal error: concurrent map writes" Nick Craig-Wood 2023-09-13 15:36:44 +01:00
  • 4349dae784 build(deps): bump docker/setup-qemu-action from 2 to 3 dependabot[bot] 2023-09-15 08:16:15 +00:00
  • 3e63f2c249 box: add more logging for polling David Sze 2023-09-14 13:22:41 -04:00
  • 5118ab9609 box: filter more EventIDs when polling David Sze 2023-09-14 13:21:54 -04:00
  • 7ea118aeae build(deps): bump docker/setup-buildx-action from 2 to 3 dependabot[bot] 2023-09-13 14:56:51 +00:00
  • af260921c0 storj: update storj.io/uplink to v1.12.0 Kaloyan Raev 2023-09-14 12:45:50 +03:00
  • 62db2bb329 docs: add notes on how to update the website between releases Nick Craig-Wood 2023-09-13 17:01:42 +01:00
  • 8d58adbd54 docs: remove minio sponsor box for the moment Nick Craig-Wood 2023-09-13 16:47:17 +01:00
  • b4d251081f docs: update Storj partner link Nick Craig-Wood 2023-09-13 16:46:16 +01:00
  • a382bf8f03 Add Herby Gillot to contributors Nick Craig-Wood 2023-09-13 17:02:11 +01:00
  • 28fc43fb11 Add Pat Patterson to contributors Nick Craig-Wood 2023-09-13 17:02:11 +01:00
  • 83be1501db docs: add MacPorts install info Herby Gillot 2023-09-13 08:28:02 -04:00
  • be156133c5 build(deps): bump docker/metadata-action from 4 to 5 dependabot[bot] 2023-09-12 22:59:29 +00:00
  • d494db78d9 build(deps): bump docker/login-action from 2 to 3 dependabot[bot] 2023-09-12 22:59:27 +00:00
  • 1b9eb74204 build(deps): bump docker/build-push-action from 4 to 5 dependabot[bot] 2023-09-12 22:59:27 +00:00
  • cda09704a8 fix overview of oracle object storage as it supports multithreaded Manoj Ghosh 2023-09-12 22:30:17 -07:00
  • 71f2883562 operations: ensure concurrency is no greater than the number of chunks - fixes #7299 Pat Patterson 2023-09-12 23:18:06 -07:00
  • d29d263329 docs: fix minimum Go version and update to 1.18 Nick Craig-Wood 2023-09-12 11:23:07 +01:00
  • 20126de1aa Start v1.65.0-DEV development Nick Craig-Wood 2023-09-12 11:24:02 +01:00
  • 77f7bb08af Version v1.64.0 v1.64.0 Nick Craig-Wood 2023-09-11 15:59:44 +01:00
  • a5a61f4874 protondrive: make cached keys rclone style and not show with rclone config redacted Nick Craig-Wood 2023-09-11 15:48:14 +01:00