Stream local file using Aws::FStream with specific offset and byte length #1799
mbutkovski
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an option to stream a local file to AWS using Aws::S3::S3Client with specific offset and byte length (without reading the file into local buffer)?
In general : streaming whole file using Aws::FStream and uploading buffer using Aws::StringStream - all works.
But I need to stream file with offset and specific byte length.
This is what I've tried using Minio server:
It doesn't work.
Call to Aws::S3::S3Client::PutObject fails. The failure message is:
Minio server prints the error message :
Beta Was this translation helpful? Give feedback.
All reactions