Re: S3 bucket policies

2017-01-26 Thread cen
Thanks for the answer. Surfing through minio github issues it seems that they have no plans to support ACLs. I'll probably just use some other S3 clone for now. On 26. 01. 2017 20:56, Andrew Gaul wrote: > jclouds only supports bucket and object ACLs. Odd that minio does not > support these as S3

Re: S3 bucket policies

2017-01-26 Thread Andrew Gaul
jclouds only supports bucket and object ACLs. Odd that minio does not support these as S3 clones more widely implement them than policy. That being said, the functionality is simple and we could easily add bucket policies. Or you could use an external tool like the aws cli to set them. I opened

S3 bucket policies

2017-01-24 Thread cen
Hi, I am trying to use jClouds 2.0 with minio (s3 clone). Minio does not support ACLs but they do support bucket policies. Does jClouds blob store support bucket policies? I couldn't find any mentions in the docs and my source code exploration didn't find anything that fits the description.