Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CloudFunctionConfiguration (0.2 sec)

  1. internal/event/config.go

    	if s3Key.RuleList.isEmpty() {
    		return nil
    	}
    	type s3KeyWrapper S3Key
    	return e.EncodeElement(s3KeyWrapper(s3Key), start)
    }
    
    // common - represents common elements inside <QueueConfiguration>, <CloudFunctionConfiguration>
    // and <TopicConfiguration>
    type common struct {
    	ID     string `xml:"Id" json:"Id"`
    	Filter S3Key  `xml:"Filter" json:"Filter"`
    	Events []Name `xml:"Event" json:"Event"`
    }
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Nov 16 17:28:29 GMT 2021
    - 8.4K bytes
    - Viewed (0)
  2. internal/event/config_test.go

    	      <Queue>arn:minio:sqs:us-east-1:1:webhook</Queue>
    	      <Event>s3:ObjectAccessed:*</Event>
    	      <Event>s3:ObjectCreated:*</Event>
    	      <Event>s3:ObjectRemoved:*</Event>
    	   </QueueConfiguration>
    	   <CloudFunctionConfiguration>
    	      <Id>1</Id>
    	      <Filter>
    	             <S3Key>
    	                 <FilterRule>
    	                     <Name>suffix</Name>
    	                     <Value>.jpg</Value>
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Dec 05 10:16:33 GMT 2023
    - 29K bytes
    - Viewed (0)
Back to top