Skip to content

Commit

Permalink
fix(conversion): mosaic S3 key (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba authored Aug 8, 2024
1 parent cfc1892 commit af60aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conversion/pipeline/mosaic_pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (p *mosaicPipeline) create(inputPath string, opts api_client.PipelineRunOpt
Options: opts,
Fields: []string{api_client.SnapshotFieldMosaic},
Mosaic: &api_client.S3Object{
Key: filepath.FromSlash(opts.SnapshotID + "/mosaic.json"),
Key: filepath.FromSlash(opts.SnapshotID + "/mosaic"),
Bucket: opts.Bucket,
},
}); err != nil {
Expand Down

0 comments on commit af60aba

Please sign in to comment.