mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
Set notification namespace for NotificationConfiguration (#6789)
This commit is contained in:
committed by
kannappanr
parent
c872c1f1dc
commit
b24b320807
@@ -204,6 +204,7 @@ type topic struct {
|
||||
// Config - notification configuration described in
|
||||
// http://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html
|
||||
type Config struct {
|
||||
XMLNS string `xml:"xmlns,attr,omitempty"`
|
||||
XMLName xml.Name `xml:"NotificationConfiguration"`
|
||||
QueueList []Queue `xml:"QueueConfiguration,omitempty"`
|
||||
LambdaList []lambda `xml:"CloudFunctionConfiguration,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user