gluster-containers icon indicating copy to clipboard operation
gluster-containers copied to clipboard

[question] Does gluster/gluster-object support s3v4?

Open chenyg0911 opened this issue 5 years ago • 2 comments

I deployed gluster/gluster-object on k8s. boto test ok. But aws-cli and minio/mc not work.

AWS_ACCESS_KEY_ID=adminuser:testuser AWS_SECRET_ACCESS_KEY=welcome1 aws --endpoint-url http://172.17.2.101:32005 s3api head-object --bucket boto-demo --key mykey

An error occurred (403) when calling the HeadObject operation: Forbidden

the minio/mc team said it should be bug in object storage. issue #2691

chenyg0911 avatar Feb 27 '19 03:02 chenyg0911

Are you able to carry out other operations like create bucket / object?

You could refer the below for example: https://github.com/gluster/gluster-kubernetes/tree/master/docs/examples/gluster-s3-storage-template#testing

As you see in the above mentioned example, you need to edit the endpoint properly. I am not sure how that can be done using aws cli - You may need to explore more on this.

SaravanaStorageNetwork avatar Feb 27 '19 07:02 SaravanaStorageNetwork

yes. I can create bucket, copy into bulletin , but can’t copy out and delete object. S3curl test is ok. Saravanakumar Arumugam [email protected]于2019年2月27日 周三下午3:59写道:

Are you able to carry out other operations like create bucket / object?

You could refer the below for example:

https://github.com/gluster/gluster-kubernetes/tree/master/docs/examples/gluster-s3-storage-template#testing

As you see in the above mentioned example, you need to edit the endpoint properly. I am not sure how that can be done using aws cli - You may need to explore more on this.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gluster/gluster-containers/issues/135#issuecomment-467761549, or mute the thread https://github.com/notifications/unsubscribe-auth/APRMhO04Ag5iin6ofTWg_hooXkaBYwg8ks5vRjrDgaJpZM4bTmpl .

chenyg0911 avatar Feb 27 '19 11:02 chenyg0911