Skip to content

Commit

Permalink
fix uploads failing in minio (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
KMKoushik authored Sep 28, 2024
1 parent 003315b commit 9583a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const getClient = () => {
accessKeyId: env.R2_ACCESS_KEY,
secretAccessKey: env.R2_SECRET_KEY,
},
forcePathStyle: true, // needed for minio
});
}

Expand Down

0 comments on commit 9583a97

Please sign in to comment.