negronjl / terraform-provider-s3

A more generic S3 provider for Terraform. The objective is to have an independent S3 provider that is compatible with AWS, RGW, GCE, etc.
Apache License 2.0
13 stars 10 forks source link

Issue with getting the binary #1

Closed abhinav-chittora closed 6 years ago

abhinav-chittora commented 6 years ago

I have been trying to compile the code but getting error.

root@local# go get -u github.com/negronjl/terraform-provider-s3                                                                                          
# github.com/negronjl/terraform-provider-s3
./files.go:58:32: cannot use content_type (type string) as type minio.PutObjectOptions in argument to s3_client.FPutObject
./files.go:83:29: not enough arguments in call to s3_client.FGetObject
        have (string, string, string)
        want (string, string, string, minio.GetObjectOptions)

Version Details: Go version :

go version go1.9.1 linux/amd64
negronjl commented 6 years ago

Thanks for the report ... I just updated the code and it should all be working.

abhinav-chittora commented 6 years ago

Thanks, I am able to build the binary now. Thanks for quick response.