Skip to content

Commit 51c0efa

Browse files
authored
Merge pull request #52 from orangekame3/hot-fix
update
2 parents 95acc04 + 7471fb4 commit 51c0efa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
volume/
22
*.zip
33
megalinter-reports/
4+
dummy/

init/create_dummy_data.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
start_date="2023-01-01"
4-
end_date="2024-07-16"
3+
start_date="2023-12-01"
4+
end_date="2024-01-16"
55

66
current_date="$start_date"
77

pkg/s3.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ func FetchS3ObjectKeys(s3Client *s3.Client, bucket string, prefix string, maxDep
148148
t := *obj.LastModified
149149
layout := "Jan 2 15:04"
150150
formatted := t.In(time.Local).Format(layout)
151-
fmt.Println(formatted)
152151
meta = append(meta, formatted)
153152
}
154153
if len(meta) > 0 {

0 commit comments

Comments
 (0)