Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/api-response.go

    	}
    	data.CommonPrefixes = commonPrefixes
    	data.KeyCount = len(data.Contents) + len(data.CommonPrefixes)
    	return data
    }
    
    type metaCheckFn = func(name string, action policy.Action) (s3Err APIErrorCode)
    
    // generates CopyObjectResponse from etag and lastModified time.
    func generateCopyObjectResponse(etag string, lastModified time.Time) CopyObjectResponse {
    	return CopyObjectResponse{
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 33.3K bytes
    - Viewed (2)
Back to top