libunftp
libunftp copied to clipboard
Use Resumable uploads API in GCS back-end
Currently when uploading files to a bucket we use the Single-request upload API of GCS. This is not recommended for big files. Use the Resumable upload API.
See
- https://cloud.google.com/storage/docs/uploads-downloads
- https://cloud.google.com/storage/docs/streaming#rest-apis_1