我正在寻找使用 doveadm http api 以便从路径中获取对象,所以我正在使用这个 curl:
curl --location --request POST 'http://10.150.12.11:8080/doveadm/v1' \
--header 'Authorization: Basic XXXXXXXXXXXXXXXXXXXXXXXXX' \
--header 'Content-Type: application/json' \
--data-raw '[
[
"fsGet",
{
"fsDriver": "",
"fsArgs": "",
"path": "/mnt/a/box/000/000/000/tell.com/554/689/73/"
},
"tag2"
]
]'
但我有那个错误:
doveadm(127.0.0.1): Fatal: fs_init() failed: Unknown fs driver
我可以使用哪些 fs 驱动程序类型?我在文档https://doc.dovecot.org/admin_manual/doveadm_http_api上看不到任何内容
在公共 Dovecot 源代码中有这些 fs 驱动程序:
在 Dovecot 的付费版本中,存在将文件存储在集群 (S3) 存储上的 fs 驱动程序。
这些
dovedm fs *
方法主要用于现在付费的 obox 存储插件使用的 S3 驱动程序。请参阅https://doc.dovecot.org/admin_manual/dovecot_cluster_architecture/