I am accessing S3 using signed URLs and Jets3t library. I have built a cipherStream over inputstream so that encryption also happens on the fly during upload.
Can I use multipart upload feature where file is divided into multiple parts and uploaded to S3 in parallel.
Does Jets3t provide any support to handle such case?