Skip to content

Commit 61766a9

Browse files
michaelkedartymzd
authored andcommitted
fix(importer): actually include the GCS updated field in the wrapper (google#4982)
Yeah, this is actually kind of important
1 parent f18ec48 commit 61766a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

go/osv/clients/gcs_client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ func (c *GCSClient) Objects(ctx context.Context, prefix string) iter.Seq2[*Objec
167167
Generation: attrs.Generation,
168168
CustomTime: attrs.CustomTime,
169169
CRC32C: attrs.CRC32C,
170+
Updated: attrs.Updated,
170171
},
171172
}
172173
if !yield(obj, nil) {

0 commit comments

Comments
 (0)