Skip to content

Commit aa05012

Browse files
committed
docs(s3): add intro
1 parent 39cc073 commit aa05012

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

storage/object/reference-content/supported-checksums.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ categories:
1313
- network
1414
---
1515

16+
Checksums are critical components in ensuring data integrity within object storage systems. They are calculated values, typically a hash or a cyclic redundancy check (CRC), obtained from the content of an object. By comparing the stored checksum with one recalculated during data retrieval, storage systems can detect and often correct errors caused by corruption, transmission issues, or hardware failures.
17+
1618
Scaleway Object Storage supports several checksum algorithms that allow you to verify the integrity of your objects:
1719

1820
- **CRC32**: a non-cryptographic checksum that generates a 32-bit hash value used to detect errors in data transmission, by applying a specific cyclic redundancy check (CRC) algorithm.
@@ -22,7 +24,4 @@ Scaleway Object Storage supports several checksum algorithms that allow you to v
2224
- **SHA-1**: a cryptographic Secure Hash Algorithm (SHA) that generates a 160-bit (20-byte) hash value from input data.
2325

2426
- **SHA-256**: a cryptographic Secure Hash Algorithm that generates a 256-bit unique hash value, preferred for modern security protocols due to SHA-1 vulnerabilities.
25-
26-
27-
2827

0 commit comments

Comments
 (0)