IRC logs available

2014-09-24 Thread Ignasi Barrera
Hi! We've recently added the #jclouds IRC channel to BotBot.me, and the logs are now available online at: https://botbot.me/freenode/jclouds/ Hope you find it useful! I.

Re: Example of setting Blob ACL using S3 provider?

2014-09-24 Thread Ignasi Barrera
It always depends on your needs. jclouds provides a portable abstraction layer that allows you to talk to different clouds with the same code. It provides portable Compute, Blobstore and Load Balancing models and APIs you can use. Each cloud, however, has its own semantics and specific features,

Re: Example of setting Blob ACL using S3 provider?

2014-09-24 Thread Andrew Phillips
was apparently removed in Jclouds 1.6. I think I can work around this using contextBuilder.buildApi(S3Client.class) and the S3Object class to set the ACL. But then if I have to use an S3-specific API to set an ACL, why not just use the com.amazonaws.services.s3.AmazonS3Client client directly?

Re: Example of setting Blob ACL using S3 provider?

2014-09-24 Thread Steve Kingsland
Thanks Andrew, it now makes sense that ACLs would be a provider-specific feature. Maybe my confusion arose simply because the S3-specific docs [1] were a bit out-of-date, with regards to getting the provider-specific API? (referencing a method which no longer exists) AFA supporting ACLs on the