For AWS s3 we have the methods with fog to upload large files in chunks initiate_multipart_upload
, upload_part
and complete_multipart_upload
and are working fine. But if I call the methods like initiate_multipart_upload
with google it is showing error. I think there is no method available for google with fog. How can I upload the files in chunks to Google cloud Storage. Is there any other way/option available to achieve this?.
Thanks