Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for dstsvc (0.09 sec)

  1. cmd/object-handlers.go

    		writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrInvalidTagDirective), r.URL)
    		return
    	}
    
    	// Validate storage class metadata if present
    	dstSc := r.Header.Get(xhttp.AmzStorageClass)
    	if dstSc != "" && !storageclass.IsValid(dstSc) {
    		writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrInvalidStorageClass), r.URL)
    		return
    	}
    
    	// Check if bucket encryption is enabled
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 05 05:16:15 UTC 2024
    - 117.4K bytes
    - Viewed (0)
  2. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"text/x-python",
    				"text/x-rst",
    				"text/x-rexx",
    				"text/x-ruby",
    				"text/x-scala",
    				"text/x-scheme",
    				"text/x-sed",
    				"text/x-sql",
    				"text/x-setext",
    				"text/x-stsrc",
    				"text/x-tcl",
    				"text/x-uuencode",
    				"text/x-vbasic",
    				"text/x-vbdotnet",
    				"text/x-vbscript",
    				"text/x-vcalendar",
    				"text/x-vcard",
    				"text/x-verilog",
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-setext">
        <glob pattern="*.etx"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-stsrc">
        <_comment>Smalltalk source code</_comment>
        <glob pattern="*.st"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-tcl">
        <alias type="application/x-tcl"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top