Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FindSerialized (0.38 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)
    		}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 15.8K bytes
    - Viewed (0)
Back to top