Skip to content

Commit 0c0be3e

Browse files
Update README.md
1 parent dec1eef commit 0c0be3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The API serves as the core backend that powers the InternSync platform:
2626
**File Processing:**
2727
- PDF resume upload and storage
2828
- Text extraction from resumes for AI analysis
29-
- AWS S3 bucket support
29+
- MINIO S3 bucket support
3030
- File size validation and format verification
3131

3232
## Technology Stack
@@ -288,7 +288,7 @@ CORS_ALLOWED_ORIGINS = [
288288
# File Storage
289289
CV_STORAGE_PATH = "/path/to/resume/storage"
290290

291-
# AWS S3
291+
# MINIO S3
292292
MINIO_PORT=443
293293
MINIO_USE_SSL=true
294294
MINIO_BUCKET=mybucket

0 commit comments

Comments
 (0)