mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-09-23 04:20:16 -04:00
fix: standardize MinIO bucket name to hristudio-data
- Update docker-compose to create hristudio-data bucket instead of hristudio - Fix files.ts, storage.ts, trials.ts, lib/storage/minio.ts to use consistent bucket name - All now default to hristudio-data matching compose bucket creation
This commit is contained in:
@@ -19,7 +19,7 @@ const s3Client = new S3Client({
|
||||
forcePathStyle: true, // Required for MinIO
|
||||
});
|
||||
|
||||
const BUCKET_NAME = env.MINIO_BUCKET_NAME ?? "hristudio";
|
||||
const BUCKET_NAME = env.MINIO_BUCKET_NAME ?? "hristudio-data";
|
||||
const PRESIGNED_URL_EXPIRY = 3600; // 1 hour in seconds
|
||||
|
||||
export interface UploadParams {
|
||||
|
||||
Reference in New Issue
Block a user