nextcloud/apps/dav/lib/Upload
Julius Härtl e23aa8883e
feat(s3): Use multipart upload for chunked uploading
This allows to stream file chunks directly to S3 during upload.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-03-08 14:00:04 +01:00
..
AssemblyStream.php Fix dav application tests and code for PHP 8.1 2021-11-23 09:29:01 +01:00
ChunkingPlugin.php Update php licenses 2021-06-04 22:02:41 +02:00
ChunkingV2Plugin.php feat(s3): Use multipart upload for chunked uploading 2023-03-08 14:00:04 +01:00
CleanupService.php Update php licenses 2021-06-04 22:02:41 +02:00
FutureFile.php feat(s3): Use multipart upload for chunked uploading 2023-03-08 14:00:04 +01:00
PartFile.php feat(s3): Use multipart upload for chunked uploading 2023-03-08 14:00:04 +01:00
RootCollection.php Update php licenses 2021-06-04 22:02:41 +02:00
UploadFile.php feat(s3): Use multipart upload for chunked uploading 2023-03-08 14:00:04 +01:00
UploadFolder.php feat(s3): Use multipart upload for chunked uploading 2023-03-08 14:00:04 +01:00
UploadHome.php feat(s3): Use multipart upload for chunked uploading 2023-03-08 14:00:04 +01:00