Skip to content

Commit

Permalink
Revert "path with slash"
Browse files Browse the repository at this point in the history
  • Loading branch information
kazeburo authored Nov 25, 2023
1 parent 7d36fc8 commit cd01713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/cmd/bench/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func UploadFinalcheckResult(bucketName string, jobID, team int) error {
}))
client := s3.New(sess)

key := fmt.Sprintf("team-%d/job-%d-finalcheck.json", team, jobID)
key := fmt.Sprintf("team-%d-job-%d-finalcheck.json", team, jobID)
if _, err := client.PutObject(&s3.PutObjectInput{
Bucket: aws.String(bucketName),
Key: aws.String(key),
Expand Down

0 comments on commit cd01713

Please sign in to comment.