Fixes #27 #26 #19 #25 #24 #23 #21 #20 #14 , #6
Properly Implements features requested in PR #22 and #15
Description
Added
Update uploadcare-java library to v3.3.0
Support Uploadcare REST API v0.6
File: Add new fields
Group: get list of groups with filter params. Create/Store group.
Add support for batch store/delete calls for Files
Add ability to use Client without "secret key" for: uploading file/get uploaded file info/creating group/get created group info.
Add ability to do "Signed Uploads" when using FileUploader/UrlUploader/Create Group.
Add ability to copy files in local/remote storage. Remove old copy file method. Add support for "CDN URL" as source for copy operations.
Add multipart upload support for FileUploader.
Add Webhooks support. Get Webhooks, Create/Update/Delete Webhook is supported.
Update UrlUploader, add ability to specify additional params.
Changed
Renamed "privateKey" variable to "secretKey".
Default Client auth method now is HMAC-based instead of Simple Auth.
Copy methods now return "CopyFile" class that contain the new copied instance of the file/url ready to be used.
Fixed
Uploaded files now has proper MimeType.
"InputStream" content uploading.
UrlUploader correctly handle "progress", "waiting", "unknown" statuses of a file uploaded from URL. Do exponential backoff and throw error instead of polling Upload API server indefinitely.
Fixes #27 #26 #19 #25 #24 #23 #21 #20 #14 , #6 Properly Implements features requested in PR #22 and #15
Description
Added
Changed
Fixed