@@ -48,6 +48,10 @@ This method uses an access key and secret key to authenticate with S3:
| `checksum_algorithm` | no | The algorithm to use for checksums when uploading objects to S3. Can be one of: `CRC32`, `CRC32C`, `SHA1`, `SHA256`, or `CRC64NVME`. Defaults to `CRC64NVME`. |
| `checksum_disabled` | no | If set to true, disables checksum calculation for S3 objects. Defaults to false. This parameter takes precedence over `checksum_algorithm` if both are provided. |
## MinIO
Due to issues with checksum handling in MinIO ([issue](https://github.com/minio/minio/issues/20649), [issue](https://github.com/minio/minio/issues/17013)), `checksum_disabled` must be set to `true` in order to run container registry using MinIO as a backend.
## Storage Class Options
The `storageclass` parameter allows you to configure the storage class used for registry storage. The following options are available: