mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 00:25:55 +00:00
Update NewS3Uploader call
This commit is contained in:
parent
9fbab68be3
commit
bfd405a8ff
1 changed files with 1 additions and 1 deletions
|
|
@ -1495,7 +1495,7 @@ func (cmd *BspawnCommand) Run(ctx context.Context) error {
|
|||
|
||||
var writer io.Writer
|
||||
if cmd.Output == "s3" {
|
||||
writer = bench.NewS3Uploader(runUUID.String() + ".json")
|
||||
writer = bench.NewS3Uploader("benchmarks-pilosa", runUUID.String()+".json")
|
||||
} else if cmd.Output == "stdout" {
|
||||
writer = cmd.Stdout
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue