Skip to content

Commit 1976799

Browse files
committed
removing timestamp from naming
1 parent 579263f commit 1976799

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/manual_uploads/manual_config_upload.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ fi
6262
# === Create unique key ===
6363

6464
BASENAME=$(basename "$FILE" .json)
65-
TIMESTAMP=$(date +"%Y%m%dT%H%M%S")
66-
S3_KEY="${S3_PREFIX}/${BASENAME}_${TIMESTAMP}.json"
65+
S3_KEY="${S3_PREFIX}/${BASENAME}.json"
6766

6867
# === Upload ===
6968

0 commit comments

Comments
 (0)