Skip to content

Commit

Permalink
fine tune s3 upload logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuchard committed Dec 17, 2024
1 parent bad9488 commit 6434380
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions storage/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ func snapshotS3Upload(s3Bucket string, snapshotFile io.Reader, snapshotName stri
}

// output s3 uploader location info
log.Printf("Vault Raft snapshot uploaded to %s", uploadResult.Location)
log.Printf("Vault Raft snapshot uploaded to %s with key %s", uploadResult.Location, *uploadResult.Key)

return err
// return uploadResult, err
}

0 comments on commit 6434380

Please sign in to comment.