Skip to content
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

Add resource minio_s3_bucket_file #57

Open
aminueza opened this issue Mar 4, 2020 · 3 comments
Open

Add resource minio_s3_bucket_file #57

aminueza opened this issue Mar 4, 2020 · 3 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@aminueza
Copy link
Owner

aminueza commented Mar 4, 2020

Add a new resource to manage buckets file objects.

Some rules to follow:

  • add a new tag in provider.go: minio_s3_bucket_file;

  • add an object in payload.go file named as
    type S3MinioFile struct

  • create a func in check_config.go to fill up the object structure:
    func S3FileConfig

  • add a test file naming as minio_s3_bucket_file_test.go;

  • update the documentation creating a new S3_BUCKET_FILE.md file;

  • create a .tf file with an example in examples/bucket/bucket.tf;

@aminueza aminueza added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Mar 4, 2020
@hongkongkiwi
Copy link

This would be great! I'm particularly interested in this.

@gmile
Copy link

gmile commented Mar 18, 2021

Wasn't this done recently in a form of managing the object in #72?

@gabrik
Copy link

gabrik commented Aug 18, 2023

Is this supposed to be used also to retrieve the content of the file?
Because I was unable to find a way to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants