feat(http): added missing mobile bucket
This commit is contained in:
parent
0f44ae1909
commit
172669bc28
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
buckets=("mobs" "sessions-assets" "static" "sourcemaps")
|
||||
buckets=("mobs" "sessions-assets" "static" "sourcemaps" "sessions-mobile-assets")
|
||||
|
||||
mc alias set minio http://localhost:9000 $1 $2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue