My third party application provides me with an S3 upload url and I believe that S3 maximum chunk size is 100mb. In the case I have a file that is larger than the maximum, I was wondering if I could chunk the file. This might be nonsensical idea, but is it possible to split the binary of the file into a list of chunks and upload to S3 that way. I'm not sure how to manipulate the buffer type, if it is possible. Also I recognize that there is an S3 connector but I need an access key and secret to connect to it. I was able to upload a single chunk using just the HTTP connector.