Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for replLogIf (0.15 sec)

  1. cmd/bucket-handlers.go

    		return
    	}
    
    	// Load updated bucket metadata into memory.
    	globalNotificationSys.LoadBucketMetadata(GlobalContext, bucket)
    
    	// Call site replication hook
    	replLogIf(ctx, globalSiteReplicationSys.MakeBucketHook(ctx, bucket, opts))
    
    	// Make sure to add Location information here only for bucket
    	w.Header().Set(xhttp.Location, pathJoin(SlashSeparator, bucket))
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 16:27:27 GMT 2024
    - 61.6K bytes
    - Viewed (0)
Back to top