Andrew Gaul
fb4c65141e
Allow GCS object nullable owner
...
This addresses a NullPointerException seen while listing a bucket:
{statusCode=200, message=OK, headers={X-Frame-Options=[SAMEORIGIN], Server=[GSE], Cache-Control=[private, max-age=0, must-revalidate, no-transform], X-Content-Type-Options=[nosniff], Vary=[X-Origin, Origin], X-XSS-Protection=[1; mode=block], Date=[Fri, 29 May 2015 21:43:51 GMT], Alternate-Protocol=[443:quic,p=1]}, payload=[content=true, contentMetadata=[contentDisposition=null, contentEncoding=null, contentLanguage=null, contentLength=760, contentMD5=null, contentType=application/json; charset=UTF-8, expires=Fri May 29 14:43:51 PDT 2015], written=false]}
2015-06-07 22:05:44 -07:00
Andrew Gaul
04c4d5c916
JCLOUDS-894: Odds and ends for other providers
2015-06-06 16:32:16 -07:00
Andrew Gaul
ae157991ba
JCLOUDS-894: Add portable multipart upload for S3
2015-06-06 16:32:16 -07:00
Andrew Gaul
794b385c98
JCLOUDS-894: Add portable multipart upload for Azure
2015-06-06 16:32:16 -07:00
Andrea Turli
047d1b546b
[SoftLayer] use FQDN as hostname
2015-06-03 15:28:43 +02:00
Daniel Broudy
55348c0ddb
JCLOUDS-906: Add ServiceAccounts to GoogleComputeEngineTemplateOptions
2015-06-03 01:47:54 +02:00
Daniel Broudy
3d9258f75a
Fix DefaultObjectAccessControlsApiLiveTest, ResumableUploadApiLiveTest, ObjectApiLiveTest
2015-06-01 17:31:45 -07:00
Daniel Broudy
2585624d44
JCLOUDS-894: Disable MultipartUploads tests
2015-06-01 15:52:53 -07:00
Andrew Gaul
ff2d150d7d
Remove bucket litter during integration tests
2015-05-29 14:11:51 -07:00
Andrew Gaul
9d3a7bdd4d
Name test buckets jclouds instead of jcloud
2015-05-29 14:07:40 -07:00
Andrew Gaul
180a61e85e
Update labs dependencies for rackspace-cloudfiles
2015-05-28 09:13:41 -07:00
Daniel Broudy
aa33619c92
Making tags Immutable
2015-05-26 15:53:11 +02:00
Daniel Broudy
465a62aa27
Remove firewall-tag filtering
2015-05-26 15:53:06 +02:00
Daniel Broudy
5adfce8d48
Removing network management, use default network, use fewer firewalls.
2015-05-19 15:39:55 +02:00
Svetoslav Neykov
68a429f366
Skip malformed image entries returned by Softlayer
...
Softlayer will occasionally return an incomplete object in the getCreateObjectOptions call, making it impossible to spin up machines - ignore the incomplete entries which are usually not even relevant.
2015-05-13 22:21:43 +02:00
Stuart Hendren
31749cba5d
JCLOUDS-207: Key Pair and Security Groups created by jclouds are not removed when the node is destroyed
...
The names created do not match those searched for.
They are created in FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat.java
and have are of this form jclouds#I-0#e96.
But for example jclouds#I-0#us-east-1#* is used as the search term.
2015-05-07 10:50:14 +02:00
Ignasi Barrera
4863bb83a9
Remove the deprecated methods in Chef
2015-05-03 22:22:44 +02:00
Andrew Gaul
9128ae515f
JCLOUDS-894: Expose S3 multipart operations
2015-05-01 13:32:35 -07:00
Andrew Gaul
4e3776a099
JCLOUDS-894: Expose Azure multipart operations
2015-05-01 13:32:29 -07:00
Andrew Gaul
09b54eb03f
List both committed and uncommitted Azure blocks
2015-05-01 13:32:28 -07:00
Andrew Gaul
119d2f487f
JCLOUDS-894: Expose GCS multipart operations
...
Not yet implemented
2015-05-01 13:30:27 -07:00
Ignasi Barrera
9d3b2d70e1
Fix the HealthCheck live tests
2015-04-15 23:40:32 +02:00
jasminSPC
23f158f322
JClouds Profitbricks provider - LoadBalancer API
2015-04-13 11:46:55 +02:00
Andrew Gaul
84316704c6
JCLOUDS-651: GCS copy object content metadata
2015-04-09 21:27:05 -07:00
Zack Shoylev
a6ca5a363a
Update cloudfiles poms
2015-04-09 14:20:28 -05:00
Andrew Gaul
a761f4cfa1
JCLOUDS-651: Azure copy object content metadata
2015-04-08 17:58:46 -07:00
Zack Shoylev
a3b7f3ab80
Merge remote-tracking branch 'promote-jclouds-labs-openstack-local/promote-rackspace-cloudfiles-moved'
2015-04-07 16:24:43 -05:00
hsbhathiya
d51bc04e74
JCLOUD-875: GCS Copy Object with Updated Metadata
2015-04-03 20:53:01 -07:00
Andrew Gaul
31369ae590
JCLOUDS-651: Add Azure server-side copyBlob
2015-04-02 15:36:53 -07:00
Andrew Gaul
b19096c80f
JCLOUDS-848: Add tests for storage classes
2015-04-01 13:12:26 -07:00
snotling
64b7ce6846
JCLOUDS-848: Support GCS nearline storage
2015-04-01 11:21:04 -07:00
snotling
ad495ab1bc
Make deleteObject() return false on 404 response
2015-04-01 06:08:51 -07:00
Andrew Gaul
f57ccadce8
JCLOUDS-871: Azure Copy Blob support
...
API reference:
http://msdn.microsoft.com/en-us/library/dd894037.aspx
2015-03-31 11:13:16 -07:00
Andrew Gaul
967f08a8f2
Return ETag from Azure setBlobMetadata
...
Also fix up live tests.
2015-03-31 11:03:04 -07:00
Andrew Gaul
9cf97f3117
JCLOUDS-867: Azure support for Content-Disposition
...
Enabled by Azure API version 2013-08-15.
2015-03-31 10:53:32 -07:00
Andrew Gaul
8617c75b7e
JCLOUDS-867: Use Azure API version 2013-08-15
...
This changes the format of EnumerationResults.
2015-03-31 10:53:32 -07:00
Andrew Gaul
866ac3fabb
Fix error-prone PreconditionsCheckNotNullPrimitive
2015-03-30 19:06:48 -07:00
Andrew Gaul
ac0e5c2439
JCLOUDS-183: Enable Azure testGetIfModifiedSince
...
Also comment on why we skip other tests.
2015-03-30 13:07:35 -07:00
snotling
c1033d1eda
Use GCS simple upload in sequential upload strategy
2015-03-30 11:27:54 -07:00
snotling
7c618e2735
Fix typo
2015-03-30 11:26:28 -07:00
snotling
e2da6ae80d
Fix if-statement that always returns true
2015-03-30 11:21:55 -07:00
Ignasi Barrera
88c3c61081
Next development version 2.0.0-SNAPSHOT
2015-03-24 11:07:27 +01:00
Ignasi Barrera
0ee0a0000f
Next development version 2.0.0-SNAPSHOT
2015-03-24 11:07:27 +01:00
Ignasi Barrera
121ea203d8
Apache jclouds 1.9.0 release
2015-03-24 11:06:18 +01:00
Ignasi Barrera
2df73001ee
Apache jclouds 1.9.0 release
2015-03-24 11:06:18 +01:00
Ignasi Barrera
565a102c15
Next development version 2.0.0-SNAPSHOT
2015-03-24 11:02:39 +01:00
Ignasi Barrera
ce3eeefd85
Apache jclouds 1.9.0 release
2015-03-24 10:59:36 +01:00
Ignasi Barrera
f8f82cc4c0
Next development version 2.0.0-SNAPSHOT
2015-03-24 10:56:30 +01:00
Ignasi Barrera
d117bb3919
Apache jclouds 1.9.0 release
2015-03-24 10:54:19 +01:00
Ignasi Barrera
f469cf8b51
Next development version 2.0.0-SNAPSHOT
2015-03-24 10:52:01 +01:00