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

abort_incomplete_multipart_upload_days is not used #128

Closed
razorsedge opened this issue Jan 12, 2022 · 1 comment · Fixed by #92
Closed

abort_incomplete_multipart_upload_days is not used #128

razorsedge opened this issue Jan 12, 2022 · 1 comment · Fixed by #92
Labels
bug 🐛 An issue with the system

Comments

@razorsedge
Copy link

Describe the Bug

On release 0.45.0:

[terraform-aws-s3-bucket] ((0.45.0) %)$ tflint
1 issue(s) found:

Warning: variable "abort_incomplete_multipart_upload_days" is declared but not used (terraform_unused_declarations)

  on variables.tf line 141:
 141: variable "abort_incomplete_multipart_upload_days" {

Reference: https://github.com/terraform-linters/tflint/blob/v0.33.1/docs/rules/terraform_unused_declarations.md

Expected Behavior

I am expecting the variable abort_incomplete_multipart_upload_days to do something, but it appears to be useless.

@razorsedge razorsedge added the bug 🐛 An issue with the system label Jan 12, 2022
@korenyoni
Copy link
Member

korenyoni commented Jan 16, 2022

Hi @razorsedge

Thank you for opening this issue. Yes, you're right. It appears that this issue will be resolved by #92 , however it's been on pause for a while since we asked for a some changes (for backwards compatibility) despite it being a simple PR and we're waiting on the author. Probably, I'll take over that PR and resolve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants