Hi,
I've been using golang with minio-go client (https://github.com/minio/minio-go) to Put and Get image objects to RiakCS, and it works splendidly.
But problem arised (I got Accessdenied error) when the object is accessed with url through browser hostname/bucketname/objectkey
*the object is put directly under the bucket
I've raised issue to minio-go (minio/minio-go#894) and it's pointed out to me that Riak CS needs to implement SetBucketPolicy API Handler. It's Probably because Bucket ACL's are deprecated and instead Bucket policies are implemented as in http://docs.aws.amazon.com/AmazonS3/latest/user-guide/add-bucket-policy.html
I hope you can help me with this problem, Best Regards ~
Hi,
I've been using golang with minio-go client (https://github.com/minio/minio-go) to Put and Get image objects to RiakCS, and it works splendidly.
But problem arised (I got Accessdenied error) when the object is accessed with url through browser
hostname/bucketname/objectkey*the object is put directly under the bucket
I've raised issue to minio-go (minio/minio-go#894) and it's pointed out to me that Riak CS needs to implement SetBucketPolicy API Handler. It's Probably because Bucket ACL's are deprecated and instead Bucket policies are implemented as in http://docs.aws.amazon.com/AmazonS3/latest/user-guide/add-bucket-policy.html
I hope you can help me with this problem, Best Regards ~