chore: fix typo in comment

Co-authored-by: Kyle Squizzato <kyle@replicated.com>
Signed-off-by: Joonas Bergius <joonas@users.noreply.github.com>
This commit is contained in:
Joonas Bergius
2026-03-17 12:52:12 -05:00
committed by GitHub
parent 2957c891d4
commit 332405077a

View File

@@ -423,7 +423,7 @@ func (d *driver) putContent(ctx context.Context, obj *storage.ObjectHandle, cont
wc.ContentType = contentType
wc.ChunkSize = d.chunkSize
// NOTE(milosgajdos): Apparently it's possible to to upload 0-byte content to GCS.
// NOTE(milosgajdos): Apparently it's possible to upload 0-byte content to GCS.
// Setting MD5 on the Writer helps to prevent presisting that data.
// If set, the uploaded data is rejected if its MD5 hash does not match this field.
// See: https://pkg.go.dev/cloud.google.com/go/storage#ObjectAttrs