我正在尝试关注此网址https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#create-notification
为我的存储桶创建一个发布者到一个主题中。
我的卷发:
curl -v -H 'Date: Fri, 16 Apr 2021 05:21:14 +0000' -H 'Authorization: AWS accessid:secretkey' -L -H 'content-type: text/xml' -H 'Content-MD5: pBRX39Oo7aAUYbilIYMoAw==' -T notif.xml http://ceph:8080/vig-test?notification
它返回给我这个错误
<?xml version="1.0" encoding="UTF-8"?>
<Error>
<Code>NoSuchKey</Code>
<BucketName>vig-test</BucketName>
<RequestId>tx0000000000000016ac570-0060791ecb-1c7e96b-hkg</RequestId>
<HostId>1c7e96b-hkg-data</HostId>
</Error>
有人知道这个错误在 Ceph 中是什么意思吗?我该如何进行?