|
@@ -364,7 +364,7 @@ func main_worker(app AppCtx, objUploadChan *util.DChan[string]) {
|
|
|
for notifyInfo := range notifys {
|
|
|
for _, record := range notifyInfo.Records {
|
|
|
key := record.S3.Object.Key
|
|
|
- logger.Traceln("New object notification:", key)
|
|
|
+ logger.Debugln("New object notification:", key)
|
|
|
// Only care when `.zst` / `metadata.json` files are uploaded
|
|
|
// keyParts := strings.Split(key, "/")
|
|
|
// keyLastPart := keyParts[len(keyParts)-1]
|