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
1.]# alias s3cp1='AWS_ACCESS_KEY_ID=sdf AWS_SECRET_ACCESS_KEY=fd/3euGoVsKfe7+SGWR aws --endpoint http://1.1.1.1:6001' [root@ramyac-scale-host ~]# s3cp1 s3api get-bucket-notification-configuration --bucket scenario1bucket1 { "TopicConfigurations": [ { "Id": "notify_event", "TopicArn": "connection.json", "Events": [ "s3:ObjectCreated:" ] }, { "Id": "notify_event", "TopicArn": "connection.json", "Events": [ "s3:ObjectCreated:" ] } ] } [root@ramyac-scale-host ~]# vi notification.json [root@ramyac-scale-host ~]# cat notification.json { "TopicConfigurations": [ { "Id": "notify_event", "TopicArn": "connection.json", "Events": [ "s3:ObjectCreated:*" ] } ] }
1.only one connection should be present
The text was updated successfully, but these errors were encountered:
5.18 PR #8763
Sorry, something went wrong.
alphaprinz
No branches or pull requests
Environment info
Actual behavior
1.]# alias s3cp1='AWS_ACCESS_KEY_ID=sdf AWS_SECRET_ACCESS_KEY=fd/3euGoVsKfe7+SGWR aws --endpoint http://1.1.1.1:6001'
[root@ramyac-scale-host ~]# s3cp1 s3api get-bucket-notification-configuration --bucket scenario1bucket1
{
"TopicConfigurations": [
{
"Id": "notify_event",
"TopicArn": "connection.json",
"Events": [
"s3:ObjectCreated:"
]
},
{
"Id": "notify_event",
"TopicArn": "connection.json",
"Events": [
"s3:ObjectCreated:"
]
}
]
}
[root@ramyac-scale-host ~]# vi notification.json
[root@ramyac-scale-host ~]# cat notification.json
{
"TopicConfigurations": [
{
"Id": "notify_event",
"TopicArn": "connection.json",
"Events": [
"s3:ObjectCreated:*"
]
}
]
}
Expected behavior
1.only one connection should be present
Steps to reproduce
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered: