Andrew Gaul
ae1f6d0c3f
JCLOUDS-866: Reduce GCS multipart limit to 32
2016-06-04 00:23:40 -07:00
Andrew Gaul
ed262f7bd6
Delete GCS composite object components
...
Previously we left dangling subobjects. The composite object retains
a reference to the components data.
2016-06-04 00:23:22 -07:00
Andrew Gaul
c2a22bc32c
JCLOUDS-912: GCS upload InputStream work around
2016-06-03 12:38:43 -07:00
Andrew Gaul
5d437312bf
JCLOUDS-912: Remove GCS simpleUpload UploadBinder
...
This is not necessary; jclouds binds the Payload automatically;
jclouds binds the Payload automatically.
2016-06-02 22:35:54 -07:00
Andrew Gaul
2b02db4f22
Add ObjectTemplate.toString
2016-06-02 16:24:13 -07:00
Rita Zhang
f2b5c15566
JCLOUDS-664 Azurecompute-arm DeploymentApi OSImageApi VMSizeApi
2016-06-03 00:25:57 +02:00
Andrew Gaul
a67ae3f27b
Make inner classes static where possible
...
Found via error-prone.
2016-06-01 20:03:54 -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
Sergey Torgashov
ccd1ef2b4d
JCLOUDS-1114: Adding support for "Placement.Tenancy" and "Placement.HostId" AWS EC2 parameters
2016-05-20 00:07:47 +02:00
Andrew Gaul
41bdd9c5a9
Skip unimplemented signed URL tests in S3 provider
...
jclouds aws-s3 provider supports these but s3 does not. Also expect
failure in atmos and azureblob. Follow on to
a4c40e15cdddda30a9683d12bf022d94025567c8.
2016-05-12 12:12:52 -07:00
Rita Zhang
a266511f18
JCLOUDS-664 Azurecompute-arm NicApi PublicIPApi and VMApi
2016-05-11 16:05:13 -07:00
Andrew Gaul
f6210d58d3
Handle unimplemented signed URL tests in providers
...
This commit makes it evident in source code which providers do not
support this feature.
2016-05-06 14:38:57 -07:00
Andrew Gaul
a4c40e15cd
Handle unimplemented signed URL tests in providers
...
This commit makes it evident in source code which providers do not
support this feature.
2016-05-06 10:31:37 -07:00
Andrew Gaul
da386ad0e2
Correct FindBugs warnings
2016-04-27 20:28:37 -07:00
Rita Zhang
8c7573164f
JCLOUDS-664 Azurecompute-arm VNetApi and SubnetApi
2016-04-27 14:49:12 +02:00
Andrew Gaul
66cda12b50
Avoid eager evaluation of Preconditions messages
...
Found via error-prone.
2016-04-24 23:28:55 -07:00
Rita Zhang
cadc43cbbc
JCLOUDS-664 Azurecompute-arm StorageAccountApi
2016-04-19 16:28:09 +02:00
Andrew Gaul
3cf4e3d79c
JCLOUDS-1101: Correct generics wildcard errors
...
Always incorrect but previously broken on Java 9. Reference:
https://bugs.openjdk.java.net/browse/JDK-8075793
2016-04-18 09:49:58 -07:00
Ignasi Barrera
cf07407c2d
JCLOUDS-1077: Fix ProjectApiLiveTest in Google Compute Engine
2016-04-16 02:05:29 +02:00
Rita Zhang
f85646f259
JCLOUDS-664 Update live tests for Azurecompute-arm LocationApi
2016-04-13 23:43:22 +02:00
Rita Zhang
8d21b5eca6
JCLOUDS-664 Azurecompute-arm LocationApi
2016-04-13 09:37:38 +02:00
Ignasi Barrera
ac57c72f3a
Updated azurecompute-arm build status link
2016-04-07 12:15:35 +02:00
Ignasi Barrera
397b0c9ba4
Azure ARM fixes
2016-04-07 11:58:36 +02:00
Ignasi Barrera
a780cdad59
Depend on OAuth test jar for tests
2016-04-07 11:56:45 +02:00
Ignasi Barrera
819141a608
Fixed OAuth authentication flow injections
2016-04-07 10:10:10 +02:00
Rita Zhang
053a18ab16
JCLOUDS-664 Azurecompute-arm ResourceGroupApi
2016-04-06 21:23:08 +02:00
Andrew Gaul
0f77386c77
JCLOUDS-766: JCLOUDS-1090: Use AWS v4 signature
...
Previous commits added support for v4 but did not default to it. URL
signing continues to use v2 signatures due to a conflict between PUT
requests and v4 content signing. Addresses
AWSS3ServiceIntegrationLiveTest.testAllLocations test failures.
2016-03-27 16:27:30 -07:00
Andrew Gaul
fdec2fa99f
JCLOUDS-766: Do not resign already-signed requests
...
Previously jclouds would add both a V2 and V4 signature to some
requests which Amazon rejects. Addresses AWSS3BlobSignerLiveTest test
failures with time-limited requests.
2016-03-27 16:24:12 -07:00
Andrew Gaul
6964ef6c8f
Actually send RRS in putBlobWithReducedRedundancy
...
Regression from 0f6ab3944f4c51b928e553567a55c3f827bbe54e.
2016-03-27 14:25:56 -07:00
Andrew Gaul
28f10f90b8
Use correct payload length in GCS test
...
This avoids MWS unexpected end of stream errors. Regression from
b9322c583d6aa0cae91d2c5724dfa528a0168385.
2016-03-23 19:35:41 -04:00
Andrew Gaul
2501122a20
JCLOUDS-766: Add eu-central-1 to test expectations
...
Addresses AWSS3ServiceIntegrationLiveTest.testGetAssignableLocations
test failures. Follow-on to c18371a793f242bfee062b758836995a1cb94720.
2016-03-17 23:48:07 -07:00
Alex Heneveld
d649c90d98
fix for issue if SL machine has multiple credentials registered
...
now just pick the best one. it matters only when we are going to log in to a machine.
the only time the problem has been observed has been with pre-existing machines set up
outwith jclouds with multiple password.
2016-03-08 14:59:20 +01:00
Andrew Gaul
c18371a793
JCLOUDS-766: Add eu-central-1 to AWS S3 regions
...
Also clean up some missing and duplicated properties.
2016-03-07 21:21:08 -08:00
Ignasi Barrera
72f2652dca
Properly handler ProfitBricks service errors
2016-03-02 14:51:29 +01:00
Ignasi Barrera
59a88ff898
Fix ProfitBricks TemplateBuilderLiveTests
2016-02-24 22:56:40 +01:00
Reijhanniel Jearl Campos
9a8b4d074b
Move html responses to a subfolder for cleaner rat plugin exclude
2016-02-23 19:30:03 +08:00
Reijhanniel Jearl Campos
d5b74179a4
Update profitbricks readme to reflect previous refactoring changes
2016-02-20 01:33:26 +08:00
Reijhanniel Jearl Campos
d05cecc39c
Update pom details for ProfitBricks
2016-02-19 23:02:29 +08:00
Reijhanniel Jearl Campos
1af52159c9
Merge remote-tracking branch 'jclouds-labs-profitbricks-local/promote-profitbricks-moved' into promoted-profitbricks
2016-02-19 22:04:55 +08:00
Ignasi Barrera
7202e0557f
Refactored locations to not rely on existing DataCenters
2016-02-18 10:48:00 +01:00
Andrew Gaul
6cdb1216a7
JCLOUDS-651: S3 support for conditional copies
2016-02-16 16:29:54 -08:00
Andrew Gaul
467f3483bc
JCLOUDS-651: Azure support for conditional copies
2016-02-16 16:29:54 -08:00
Andrew Gaul
293d3f864e
Convert CopyOptions into an AutoValue
...
This commit requires an interface change since AutoValue lacks support
for Optional and uses Nullable annotations instead.
2016-02-16 16:29:54 -08:00
Andrew Gaul
2499cb0ac2
GCS support for conditional copies
2016-02-12 20:44:18 -08:00
Andrew Gaul
165e9afd9f
Convert CopyOptions into an AutoValue
...
This commit requires an interface change since AutoValue lacks support
for Optional and uses Nullable annotations instead.
2016-02-12 19:29:38 -08:00
Andrew Gaul
0cf13c61ef
Do not remove during Azure abortMultipartUpload
...
Explicitly removing the blob removes any previously existing blob with
the same name.
2016-02-03 23:34:37 -08:00
Andrew Gaul
e50bd79f01
Map PublicAccess.CONTAINER to PUBLIC_READ
...
This better matches the semantics of other providers and allows
clients to list a publicly readable container.
2016-01-31 18:14:25 -08:00
Andrew Gaul
6360023f09
Remove unnecessary static imports
...
Found via error-prone.
2016-01-29 09:14:55 -08:00
Andrew Gaul
4be8a2eb72
Add missing hashCode methods
...
Found via error-prone.
2016-01-29 08:37:46 -08:00