gruntwork-io / cloud-nuke

A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it
https://gruntwork.io/
MIT License
2.81k stars 358 forks source link

Implementing Timeout Feature on S3 #653

Closed james03160927 closed 8 months ago

james03160927 commented 8 months ago

Description

Fixes https://github.com/gruntwork-io/cloud-nuke/issues/417

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Added / Removed / Updated [X].

Migration Guide

denis256 commented 8 months ago

Looks like go mod tidy wasn't executed:

$ git status
On branch 23-timing-out-nuke-through-cli
Your branch is up-to-date with 'origin/23-timing-out-nuke-through-cli'.

nothing to commit, working tree clean
$ go mod tidy
$ git status
On branch 23-timing-out-nuke-through-cli
Your branch is up-to-date with 'origin/23-timing-out-nuke-through-cli'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   go.mod

no changes added to commit (use "git add" and/or "git commit -a")