-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capability to manage MinIO object #72
Conversation
HI @tomasherout . I totally missed your pull request. I was away from Github. Thank you for your work and I'm going to approve and make this repository active again |
@felladrin please, could you review this PR? |
…t, and separate build/install tasks to speed them up Note: the "install" task moves the plugin to the directory "~/.terraform.d/plugins/<OS>_<ARCH>", as described here: https://www.terraform.io/docs/extend/how-terraform-works.html#plugin-locations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
I've renamed the resource file, updated the Makefile, and incremented the "bucket example" to add files to the bucket using this new resource. Is it ok for you?
We need to add tests (resource_minio_s3_object_test.go
) for it later, but I believe we can merge it already.
Can you add documentation for this resource? |
Hello,
I've made simple resouce for #54
Also, I made upgrade to minio-go v7
Can you look on ti?