mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-10 08:25:22 +02:00
Compare commits
2 Commits
v0.28.2
...
copilot/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
453b3d8acf | ||
|
|
1fdee416f2 |
@@ -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