mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-16 04:35:24 +02:00
Compare commits
2 Commits
v0.28.5
...
copilot/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
453b3d8acf | ||
|
|
1fdee416f2 |
@@ -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",
|
||||
|
||||
@@ -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