Andrew Gaul
|
d3d825d3b9
|
Map empty delimiter to null in B2
Follow on to d07c4a215e .
|
2017-09-18 00:12:36 -07:00 |
Andrew Gaul
|
39f3a9d1fe
|
JCLOUDS-1344: Enable B2 wire logging
|
2017-09-17 23:25:32 -07:00 |
Andrew Gaul
|
517323fbd5
|
JCLOUDS-1225: Address Guava 18 MoreExecutors changes
Fixed with:
find -name \*.java | xargs sed -i 's/sameThreadExecutor/newDirectExecutorService/g'
|
2017-08-22 17:14:22 -07:00 |
Andrew Gaul
|
8344ddcc2c
|
JCLOUDS-1314: Remove unused import
|
2017-07-07 11:04:03 -07:00 |
Andrew Gaul
|
914e3a6f85
|
JCLOUDS-1304: B2 native prefix and delimiter
Previously B2 emulated prefix and delimiter via client-side filtering.
Enabled by recent service additions.
|
2017-07-07 10:21:26 -07:00 |
Andrew Gaul
|
4fb54c0a74
|
JCLOUDS-1272: Graduate B2 to core
|
2017-05-08 13:56:40 -07:00 |
Andrew Gaul
|
c94dfa23e1
|
Encode filename in B2 download URL
Previously this caused downloads of file names with % to fail.
|
2017-04-08 15:44:22 -07:00 |
Andrew Gaul
|
0d3b88be97
|
JCLOUDS-1266: Reduce minimum B2 multipart size
Backblaze B2 advertises two new attributes: absoluteMinimumPartSize
and recommendedPartSize, the former allowing smaller 5 MB multipart
uploads.
|
2017-04-08 04:29:29 -07:00 |
Andrew Gaul
|
8188287bc2
|
Correct Cache-Control SkipException message
|
2017-04-07 19:53:09 -07:00 |
Andrew Gaul
|
66caf6d954
|
JCLOUDS-1267: Allow B2 streaming uploads
B2 now supports uploads without calculating the SHA-1 hash. This
allows uploading without a repeatable payload.
|
2017-04-07 19:48:58 -07:00 |
Andrew Gaul
|
8408242279
|
Return more metadata from listMultipartUpload
Include Content-Length and Last-Modified.
|
2017-03-08 22:16:37 -08:00 |
Ignasi Barrera
|
1409317beb
|
Remove all sonatype snapshot repositories
|
2017-03-01 11:58:19 +01:00 |
Andrew Gaul
|
64c3e35c15
|
JCLOUDS-1224: Update B2 domain
The old domain will no longer function after 2 Feb 2017. Reference:
https://help.backblaze.com/hc/en-us/articles/224959187-B2-Domain-Migration-Plan
|
2017-01-09 19:40:15 -08:00 |
Ignasi Barrera
|
1b48ba5942
|
Next development version 2.1.0-SNAPSHOT
|
2016-11-15 01:13:00 +01:00 |
Ignasi Barrera
|
6028b175c6
|
Apache jclouds 2.0.0-rc3 release
|
2016-11-09 22:40:00 +01:00 |
Ignasi Barrera
|
eb7193e3a5
|
Revert "Apache jclouds 2.0.0 release"
This reverts commit 43c102065eab2d5fbf98e75811d9088cb7cf76bc.
|
2016-11-09 21:49:17 +01:00 |
Ignasi Barrera
|
5459d61f2e
|
Apache jclouds 2.0.0 release
|
2016-11-03 13:13:04 +01:00 |
Andrew Gaul
|
2b0743d579
|
JCLOUDS-1005: Backblaze B2 portable abstraction
|
2016-06-24 17:14:36 -07:00 |
Andrew Gaul
|
a2e2ff8e4f
|
JCLOUDS-1005: Percent encode user metadata values
|
2016-06-23 20:41:28 -07:00 |
Andrew Gaul
|
2ff68fc79e
|
JCLOUDS-1005: Retry on 500 and 503 errors
This requires rewriting the URL for b2_upload_file and b2_upload_part
requests.
|
2016-06-21 18:12:36 -07:00 |
Andrew Gaul
|
f66e0a3fcc
|
JCLOUDS-1005: Do not map "none" SHA1 to null
Callers expect that ETag has a non-null value.
|
2016-06-17 13:11:41 -07:00 |
Andrew Gaul
|
3d84d3cb2d
|
JCLOUDS-1005: Backblaze B2 large file operations
|
2016-06-16 16:12:32 -07:00 |
Andrew Gaul
|
882a65bab7
|
JCLOUDS-1005: Factor out common test code
|
2016-06-16 16:12:32 -07:00 |
Andrew Gaul
|
bd6a495a04
|
JCLOUDS-1005: Backblaze B2 object operations
|
2016-06-09 16:15:11 -07:00 |
Andrew Gaul
|
4393c47e7f
|
JCLOUDS-1005: Remove unused Credentials
|
2016-06-05 12:26:47 -07:00 |
Andrew Gaul
|
26d85068ca
|
JCLOUDS-1005: Correct B2 package names
Addresses javadoc failures.
|
2016-06-01 15:18:16 -07:00 |
Andrew Gaul
|
bd3bbc4532
|
JCLOUDS-1005: Backblaze B2 skeleton and bucket ops
|
2016-05-28 13:08:23 -07:00 |