Skip to content

Commit e901a22

Browse files
committed
docs(s3): add reference content on supported checksums MTA-5255
1 parent 0e76499 commit e901a22

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4527,6 +4527,10 @@
45274527
{
45284528
"label": "Equivalence between Object Storage actions and IAM permissions",
45294529
"slug": "s3-iam-permissions-equivalence"
4530+
},
4531+
{
4532+
"label": "Supported checksums",
4533+
"slug": "supported-checksums"
45304534
}
45314535
],
45324536
"label": "Additional Content",
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
meta:
3+
title: Supported checksums
4+
description: Discover the checksums supported by Scaleway Object Storage.
5+
content:
6+
h1: Supported checksums
7+
paragraph: Discover the checksums supported by Scaleway Object Storage.
8+
tags: object storage checksum supported aws object integrity
9+
dates:
10+
validation: 2024-07-25
11+
categories:
12+
- network
13+
---
14+
15+
Scaleway Object Storage supports several checksum algorithms that allow you to verify the integrity of your objects:
16+
17+
- **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.
18+
19+
- **CRC32C**: a checksum algorithm that uses the Castagnoli polynomial for improved error-detection performance over the standard CRC32.
20+
21+
- **SHA-1**: a cryptographic Secure Hash Algorithm (SHA) that generates a 160-bit (20-byte) hash value from input data.
22+
23+
- **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.
24+
25+
26+
27+

0 commit comments

Comments
 (0)