Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeSuccessResponseHeadersOnly (0.14 sec)

  1. cmd/bucket-handlers.go

    				globalNotificationSys.LoadBucketMetadata(GlobalContext, bucket)
    
    				// Make sure to add Location information here only for bucket
    				w.Header().Set(xhttp.Location, pathJoin(SlashSeparator, bucket))
    
    				writeSuccessResponseHeadersOnly(w)
    
    				sendEvent(eventArgs{
    					EventName:    event.BucketCreated,
    					BucketName:   bucket,
    					ReqParams:    extractReqParams(r),
    					RespElements: extractRespElements(w),
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 12 12:24:04 UTC 2024
    - 63.4K bytes
    - Viewed (0)
Back to top