Skip to content

Commit 60e6285

Browse files
authored
Merge pull request #3106 from Dokploy/2884-expired-authentication-not-displayed-on-the-ui
feat: add additional rclone configuration options for S3 integration
2 parents 4fb3ad3 + cd8c67b commit 60e6285

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/dokploy/server/api/routers/destination.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ export const destinationRouter = createTRPCRouter({
5353
`--s3-endpoint=${endpoint}`,
5454
"--s3-no-check-bucket",
5555
"--s3-force-path-style",
56+
"--retries 1",
57+
"--low-level-retries 1",
58+
"--timeout 10s",
59+
"--contimeout 5s",
5660
];
5761
if (provider) {
5862
rcloneFlags.unshift(`--s3-provider=${provider}`);

0 commit comments

Comments
 (0)