Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NotificationConfiguration (0.1 sec)

  1. internal/event/config_test.go

    	      <Topic>arn:aws:sns:us-west-2:444455556666:sns-notification-one</Topic>
    	      <Event>s3:ObjectCreated:*</Event>
    	  </TopicConfiguration>
    	</NotificationConfiguration>
    	`)
    
    	dataCase5 := []byte(`<NotificationConfiguration  xmlns="http://s3.amazonaws.com/doc/2006-03-01/" ></NotificationConfiguration>`)
    
    	testCases := []struct {
    		data      []byte
    		expectErr bool
    	}{
    		{dataCase1, false},
    		{dataCase2, false},
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Dec 05 10:16:33 UTC 2023
    - 29K bytes
    - Viewed (0)
Back to top