list s3 bucket

This commit is contained in:
JurajKubrican
2024-11-18 16:18:36 +01:00
parent e9081c9bdc
commit c1ffce5c3a
9 changed files with 150 additions and 36 deletions

View File

@@ -5,15 +5,15 @@ tmp_dir = "tmp"
[build]
args_bin = []
bin = "./tmp/main"
cmd = "go build -o ./tmp/main src/main.go"
cmd = "go build -o ./tmp/main ./src"
delay = 0
exclude_dir = ["node_modules", "assets", "tmp", "vendor", "testdata"]
exclude_dir = [ "assets", "tmp", "vendor", "testdata"]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_unchanged = false
follow_symlink = false
full_bin = ""
include_dir = ["cmd", "views", "pkg"]
include_dir = ["cmd", "views", "src"]
include_ext = ["go", "html"]
include_file = []
kill_delay = "0s"