Compare commits

...

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
453b3d8acf Add --s3-disable-checksum flag to fix RustFS S3 backup failures
Co-authored-by: Siumauricio <47042324+Siumauricio@users.noreply.github.com>
2025-12-23 15:59:54 +00:00
copilot-swe-agent[bot]
1fdee416f2 Initial plan 2025-12-23 15:55:33 +00:00
2 changed files with 2 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ export const destinationRouter = createTRPCRouter({
`--s3-endpoint="${endpoint}"`,
"--s3-no-check-bucket",
"--s3-force-path-style",
"--s3-disable-checksum",
"--retries 1",
"--low-level-retries 1",
"--timeout 10s",

View File

@@ -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) {