Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FindSerialized (0.23 sec)

  1. cmd/s3-zip-handlers.go

    		zipInfo, err = updateObjectMetadataWithZipInfo(ctx, objectAPI, bucket, zipPath, opts)
    	}
    	if err != nil {
    		writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
    		return
    	}
    	file, err := zipindex.FindSerialized(zipInfo, object)
    	if err != nil {
    		if err == io.EOF {
    			writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrNoSuchKey), r.URL)
    		} else {
    			writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
    		}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Apr 09 10:41:25 GMT 2024
    - 15.8K bytes
    - Viewed (0)
Back to top