Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetNotificationConfig (0.17 sec)

  1. cmd/bucket-metadata-sys.go

    		return nil, time.Time{}, BucketLifecycleNotFound{Bucket: bucket}
    	}
    	return meta.lifecycleConfig, meta.LifecycleConfigUpdatedAt, nil
    }
    
    // GetNotificationConfig returns configured notification config
    // The returned object may not be modified.
    func (sys *BucketMetadataSys) GetNotificationConfig(bucket string) (*event.Config, error) {
    	meta, _, err := sys.GetConfig(GlobalContext, bucket)
    	if err != nil {
    		return nil, err
    	}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 19.8K bytes
    - Viewed (0)
Back to top