Idea very: Download file vertx
A message to garcia full text pdf free download | Free online gta 5 no download |
Gta vice city free download pc torrentz | Laby mod download 1.14.4 |
How to download free movies from websites | Download mojave installer file |
hubrick/vertx-s3-client
A fully functional Vert.x client for S3
Compatibility
Dependencies
Dependency Vert.x 3.x.x
Maven
How to use
Common operations
Multipart upload
Adaptive upload
S3 will return a error code in case multipart upload is used and the parts are smaller then 5MB. To not deal with the detection of the stream size adaptive upload can be used. The client will automaticaly detect the size of the stream. If it's lower then 5MB it will directly upload the file to S3, otherwise it will stream the data using the mutlipart upload.
Error handling
In case some error happens on S3 side a HttpErrorException is thrown which contains the unmarshalled ErrorResponse object from S3.
License
Apache License, Version 2.0
Contains the "AWS Signature Version 4 Test Suite" from http://docs.aws.amazon.com/general/latest/gr/signature-v4-test-suite.html Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under Apache License, Version 2.0
-
-
-