mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-06 06:25:28 +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:
@@ -68,6 +68,7 @@ export const getS3Credentials = (destination: Destination) => {
|
||||
`--s3-endpoint="${endpoint}"`,
|
||||
"--s3-no-check-bucket",
|
||||
"--s3-force-path-style",
|
||||
"--s3-disable-checksum",
|
||||
];
|
||||
|
||||
if (provider) {
|
||||
|
||||
Reference in New Issue
Block a user