jclouds icon indicating copy to clipboard operation
jclouds copied to clipboard

The Java Multi-Cloud Toolkit

Results 9 jclouds issues
Sort by recently updated
recently updated
newest added

Changes included in - https://issues.apache.org/jira/browse/JCLOUDS-1587 after removing noise changes. Support following features in jclouds s3 blobstore Configure the bucket for versioning and get the versioning state of a bucket Configure...

Please refer to the discussion thread [1] [1] https://lists.apache.org/thread/2p7qc20rn19r3yhsfd63p3o3h587f7oh

When configuring the endpoint, jclouds should use the default endpoint value if an empty string is passed via system properties.

Hello JClouds! My first pull request. Wanted to try and get this in as I saw activity picking up on the project recently. The PublicIPInstanceIdPair was missing the "allocationId" attribute...

https://issues.apache.org/jira/projects/JCLOUDS/issues/JCLOUDS-1631

Previously `getBlob` lazily returned a `ByteSource` which could return a different content length than the blob metadata. Instead eagerly open a `FileInputStream` for consistency. Note that this has some consequences...

Virtual private clouds are a relatively new feature of AWS. The jclouds AWS endpoint regex was not originally designed to be able to handle VPC formatted endpoints. This new expanded...

RouteTable describe now has an ability to describe by filter which allows for searching by 'vpc-id' for instance. PublicIpInstanceIpPair for EC2 how has the AllocationId associated with that IP pair...