Skip to content

Commit

Permalink
Update util/pkg/vfs/s3fs.go
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
  • Loading branch information
justinsb and rifelpet authored Nov 10, 2023
1 parent e73b86c commit b8ef58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/pkg/vfs/s3fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func (p *S3Path) getRequestACL(aclObj ACL) (*string, error) {
}

func (p *S3Path) WriteFile(ctx context.Context, data io.ReadSeeker, aclObj ACL) error {
ctx, span := tracer.Start(ctx, "S3Path::WriteFile")
ctx, span := tracer.Start(ctx, "S3Path::WriteFile", trace.WithAttributes(attribute.String("path", p.String())))
defer span.End()

client, err := p.client(ctx)
Expand Down

0 comments on commit b8ef58d

Please sign in to comment.