Re: Jclouds AWS S3 Role Based Login

2022-01-11 Thread Andrew Phillips
Hi Abhinav Is there a way to not provide the below .credentials and the context pulls via Instance Profile Credentials. This sounds like https://github.com/jclouds/legacy-jclouds/issues/1280 (note: in the legacy repo, which is no longer in use) - I'm not sure if something like that was

Re: Jclouds AWS S3 Role Based Login

2022-01-11 Thread Andrew Phillips
could hopefully be made to work for instance profile credentials Based on a quick glance at the code, the InstanceProfileApi (note: in jclouds-labs-aws) may be useful here:

Jclouds AWS S3 Role Based Login

2022-01-11 Thread Abhinav Pradhan
Hi Team, I was implementing Jclouds for AWS S3 blob, and we don't use access key/secret key to connect S3 clients, we use EC2 role based login (Instance Login). But while creating Blob context for `aws-s3`, it's asking for mandatory credentials. Is there a way to not provide the below

Re: Jclouds AWS S3 Role Based Login

2022-01-11 Thread Andrew Phillips
Isn't there any way where we don't provide any credentials and during actual calls blob fetches the credentials (via EC2 token internally) just like the original AWS (AmazonS3ClientBuilder) client uses. As far as I am aware, this is not currently possible, no.

Re: [REPORT] jclouds - January 2022

2022-01-11 Thread Andrew Phillips
Thanks for taking care of this, Andrew G! ap On 2022-01-11 07:31, Andrew Gaul wrote: == Project Status == Project successfully released 2.4.0 in Q3 2021. The team fixed some modern Java incompatibilities and resolved to streamline the release process by dropping the labs packages. There are