We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "agent_request_object": {"host": "ramyamc-24.vmlocal", "port": 9001, "timeout": 100}, "request_options_object": {"auth": "root:Cluster4scale","path": "/webhook"}, "notification_protocol": "http", "name": "notify_event1" } #cat notification.json { "TopicConfigurations": [ { "Id": "notify_event", "TopicArn": "connection10.json", "Events": [ "s3:ObjectCreated:*" ] } }
I have placed wrong json
now i try to
{ "TopicConfigurations": [ { "Id": "notify_event", "TopicArn": "connection10.json", "Events": [ "s3:ObjectRemoved:*" ] } ] }
it fails when i try to do noobaa-cli notification
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment info
Actual behavior
cat connection1.json
{
"agent_request_object": {"host": "ramyamc-24.vmlocal", "port": 9001, "timeout": 100},
"request_options_object": {"auth": "root:Cluster4scale","path": "/webhook"},
"notification_protocol": "http",
"name": "notify_event1"
}
#cat notification.json
{
"TopicConfigurations": [
{
"Id": "notify_event",
"TopicArn": "connection10.json",
"Events": [
"s3:ObjectCreated:*"
]
}
}
I have placed wrong json
now i try to
s3cp1 s3api put-bucket-notification-configuration --bucket bucket123 --notification-configuration file://notification.
s3cp1 s3api get-bucket-notification-configuration --bucket bucket123
{
"TopicConfigurations": [
{
"Id": "notify_event",
"TopicArn": "connection10.json",
"Events": [
"s3:ObjectRemoved:*"
]
}
]
}
it fails when i try to do noobaa-cli notification
Expected behavior
s3cp1 s3api put-bucket-notification-configuration --bucket bucket123 --notification-configuration file://notification.
Steps to reproduce
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered: