Skip to content
Snippets Groups Projects
Unverified Commit f73492be authored by Bela Juhasz's avatar Bela Juhasz Committed by GitHub
Browse files

EE-2865: upload with S3 (#36)

EE-2865: upload now uses S3Client.

Initially, I used S3TransferManager, but that is no longer supported, as F. Tariq Sulaiman wrote in the INC0015818 [
https://embl.service-now.com/sp?id=ticket&table=incident&sys_id=5e4d54c31bf18e10a32b4043b24bcbc6 ] ServiceNow ticket:

"In the meanwhile, we will update our knowledge article that only single stream upload will be available. We will stop supporting multipart before going to production. We will potentially open up multipart upload based on the discussion with s3 v2 java sdk repo owners/collaborators.

Note: This could be something unrelated to your actual problem. But the subject says Transfer Manager so we want you to know that we will have to remove the transfer manager support for FIRE s3 write. You can always use 3.putObject(objectRequest, RequestBody.fromByteBuffer(getRandomByteBuffer(10_000))) as described here(https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/examples-s3-objects.html). "

Other than that, I removed some no longer needed dependencies and fixed JaCoCo reporting.
parent ff83b538
No related branches found
No related tags found
Pipeline #533118 passed with stage
in 1 minute and 14 seconds
Showing
with 1650 additions and 996 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment