🚀 Add feature: Charging in Milvus is now working
This commit is contained in:
parent
f9e5a6e013
commit
64832e2989
23 changed files with 354 additions and 109 deletions
|
@ -13,7 +13,7 @@ if [ ! -f "$FILE_PATH" ]; then
|
|||
fi
|
||||
|
||||
# Create the bucket if it doesn't exist
|
||||
mc alias set $MINIO_ALIAS http://localhost:9000
|
||||
mc alias set $MINIO_ALIAS http://localhost:9000 "minioadmin" "minioadmin"
|
||||
mc mb "$MINIO_ALIAS/$BUCKET_NAME" || true
|
||||
|
||||
# Upload the file to the bucket
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue