sftpgo/vfs
maximethebault bf2dcfe307
S3: Fix timeout error when renaming large files (#899)
Remove AWS SDK Transport ResponseHeaderTimeout (finer-grained timeout are already handled by the callers)
Lower the threshold for MultipartCopy (5GB -> 500MB) to improve copy performance and reduce chance of hitting Single part copy timeout

Fixes #898

Signed-off-by: Maxime Thébault <contact@maximethebault.me>
2022-06-30 10:23:39 +02:00
..
azblobfs.go UI branding: use the short name on the login pages 2022-05-15 07:30:36 +02:00
azblobfs_disabled.go dataprovider: add timestamp fields for users and admins 2021-08-19 15:51:43 +02:00
cryptfs.go data provider: remove prefer_database_credentials 2022-04-28 12:55:01 +02:00
fileinfo.go allow to store temporary sessions within the data provider 2022-05-19 19:49:51 +02:00
filesystem.go add httpfs 2022-06-11 10:41:34 +02:00
folder.go squash database migrations and remove the credentials_path setting 2022-06-13 20:08:49 +02:00
gcsfs.go UI branding: use the short name on the login pages 2022-05-15 07:30:36 +02:00
gcsfs_disabled.go dataprovider: add timestamp fields for users and admins 2021-08-19 15:51:43 +02:00
httpfs.go add metrics for httpgs and sftpfs 2022-06-14 19:37:25 +02:00
osfs.go add httpfs 2022-06-11 10:41:34 +02:00
s3fs.go S3: Fix timeout error when renaming large files (#899) 2022-06-30 10:23:39 +02:00
s3fs_disabled.go dataprovider: add timestamp fields for users and admins 2021-08-19 15:51:43 +02:00
sftpfs.go add httpfs 2022-06-11 10:41:34 +02:00
statvfs_fallback.go dataprovider: add timestamp fields for users and admins 2021-08-19 15:51:43 +02:00
statvfs_linux.go dataprovider: add timestamp fields for users and admins 2021-08-19 15:51:43 +02:00
statvfs_unix.go dataprovider: add timestamp fields for users and admins 2021-08-19 15:51:43 +02:00
sys_unix.go try to automatically find shared data dirs in system-wide paths 2022-05-05 11:27:19 +02:00
sys_windows.go try to automatically find shared data dirs in system-wide paths 2022-05-05 11:27:19 +02:00
vfs.go S3: allow empty region 2022-06-20 19:55:01 +02:00