ydb-platform / nbs

Network Block Store
Apache License 2.0
50 stars 14 forks source link

[Snapshot] should check that the URL content matches the checksum which is represented by the ETag #1496

Open SvartMetal opened 1 week ago

SvartMetal commented 1 week ago

When creating an image from a URL, we save the ETag persistently and check that it matches the current one every time we read HTTP headers. But we do not check whether the URL content matches the saved ETag - that should be fixed within this task