10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
|
|
POST http://127.0.0.1:16290/fts/v1/uploader
|
||
|
|
content-type:application/json
|
||
|
|
Authorization: {{BSM_TOKEN}}
|
||
|
|
|
||
|
|
{
|
||
|
|
"provider":"minio" ,
|
||
|
|
"bucket": "frc",
|
||
|
|
"file": "demo.txt"
|
||
|
|
}
|