Hi,
Couple of questions.
1. When using putObject with BufferedInputStream, get following error - java.io.IOException: Resetting to invalid mark. I have the correct chunk offset and size as returned by the GetJobChunksReadyForClientProcessingSpectraS3Response - since i am using small files offset is 0 and length is entire file size.
Note : I have tried with 10B and 1KB files. In both cases get same error.
2. Also, if a put object fails then subsequent putObject requests to that bucket fail with error -
Status Code (CONFLICT) Message: RPC DataPlanner.createPutJob<380745> FAILED: Conflicts exist with existing data objects: [<object name>].
Thanks.