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": "test-23.vmlocal", "port": 9001, "timeout": 100}, "request_options_object": {"auth": "root:test","path": "/webhook"}, "notification_protocol": "http", "name": "notify_event1" }
{ "agent_request_object": {"host": "test-24.vmlocal", "port": 9001, "timeout": 100}, "request_options_object": {"auth": "root:test","path": "/webhook"}, "notification_protocol": "http", "name": "notify_event1" } #cat notification.json { "TopicConfigurations": [ { "Id": "notify_event", "TopicArn": "connection1.json", "Events": [ "s3:ObjectCreated:" ] }, { "Id": "notify_event1”, "TopicArn": "connection.json", "Events": [ "s3:ObjectCreated:" ] } ] } #s3cp1 s3api put-bucket-notification-configuration --bucket bucket27 --notification-configuration file://notification.json
{ "TopicConfigurations": [ { "Id": [ Circular reference detected
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment info
Actual behavior
cat connection.json
{
"agent_request_object": {"host": "test-23.vmlocal", "port": 9001, "timeout": 100},
"request_options_object": {"auth": "root:test","path": "/webhook"},
"notification_protocol": "http",
"name": "notify_event1"
}
cat connection1.json
{
"agent_request_object": {"host": "test-24.vmlocal", "port": 9001, "timeout": 100},
"request_options_object": {"auth": "root:test","path": "/webhook"},
"notification_protocol": "http",
"name": "notify_event1"
}
#cat notification.json
{
"TopicConfigurations": [
{
"Id": "notify_event",
"TopicArn": "connection1.json",
"Events": [
"s3:ObjectCreated:"
]
},
{
"Id": "notify_event1”,
"TopicArn": "connection.json",
"Events": [
"s3:ObjectCreated:"
]
}
]
}
#s3cp1 s3api put-bucket-notification-configuration --bucket bucket27 --notification-configuration file://notification.json
s3cp1 s3api get-bucket-notification-configuration --bucket bucket27
{
"TopicConfigurations": [
{
"Id": [
Circular reference detected
Expected behavior
Steps to reproduce
More information - Screenshots / Logs / Other output
Expected behavior
Steps to reproduce
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered: