distribution/docs/content/storage-drivers
Thomas Way 5ee5aaa058
fix(registry/storage/driver/s3-aws): use a consistent multipart chunk size
Some S3 compatible object storage systems like R2 require that all
multipart chunks are the same size. This was mostly true before, except
the final chunk was larger than the requested chunk size which causes
uploads to fail.

In addition, the two byte slices have been replaced with a single
*bytes.Buffer and the surrounding code simplified significantly.

Fixes: #3873

Signed-off-by: Thomas Way <thomas@6f.io>
2024-10-30 21:46:36 +00:00
..
middleware feat: implement 'rewrite' storage middleware 2024-07-04 18:49:25 +04:00
_index.md docs: fix markup and broken links 2023-10-12 09:32:37 +02:00
azure.md Update docs: JWKS credentials and AZ identity 2024-07-06 10:13:29 +01:00
filesystem.md docs: add hugo site 2023-10-11 16:45:16 +02:00
gcs.md update: support redirects in gcs storage with default credentials 2024-03-11 21:05:03 +01:00
inmemory.md docs: fix broken links and improve link resolution 2024-01-14 21:33:55 +01:00
s3.md fix(registry/storage/driver/s3-aws): use a consistent multipart chunk size 2024-10-30 21:46:36 +00:00