You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to use with leofs, we would fork Terraform. (e.g. change endpoint from s3.awsamazoncom to leofs endpoint.)
But terraform uses aws-sdk-go internally, and we should access via v4 authentication.
We can use leofs if we change alc to public-read-write. But it's not good for security.
If possible, please consider to support aws-sdk-go.
The text was updated successfully, but these errors were encountered:
Current aws-sdk-go only support v4 credentials. We could not use LeoFS via Golang application.
https://github.com/aws/aws-sdk-go/blob/ea83c25c44525da47e8044bbd21e4045758ea39b/service/s3/service.go#L32
Now we are using terraform.tfstate.
http://qiita.com/dtan4/items/04632f1c2f35388a3283
In order to use with leofs, we would fork Terraform. (e.g. change endpoint from s3.awsamazoncom to leofs endpoint.)
But terraform uses aws-sdk-go internally, and we should access via v4 authentication.
We can use leofs if we change alc to public-read-write. But it's not good for security.
If possible, please consider to support aws-sdk-go.
The text was updated successfully, but these errors were encountered: