mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
Add --s3-disable-checksum flag to fix RustFS S3 backup failures
Co-authored-by: Siumauricio <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
@@ -53,6 +53,7 @@ export const destinationRouter = createTRPCRouter({
|
|||||||
`--s3-endpoint="${endpoint}"`,
|
`--s3-endpoint="${endpoint}"`,
|
||||||
"--s3-no-check-bucket",
|
"--s3-no-check-bucket",
|
||||||
"--s3-force-path-style",
|
"--s3-force-path-style",
|
||||||
|
"--s3-disable-checksum",
|
||||||
"--retries 1",
|
"--retries 1",
|
||||||
"--low-level-retries 1",
|
"--low-level-retries 1",
|
||||||
"--timeout 10s",
|
"--timeout 10s",
|
||||||
|
|||||||
@@ -68,6 +68,7 @@ export const getS3Credentials = (destination: Destination) => {
|
|||||||
`--s3-endpoint="${endpoint}"`,
|
`--s3-endpoint="${endpoint}"`,
|
||||||
"--s3-no-check-bucket",
|
"--s3-no-check-bucket",
|
||||||
"--s3-force-path-style",
|
"--s3-force-path-style",
|
||||||
|
"--s3-disable-checksum",
|
||||||
];
|
];
|
||||||
|
|
||||||
if (provider) {
|
if (provider) {
|
||||||
|
|||||||
Reference in New Issue
Block a user