Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fs (1.59 sec)

  1. cmd/bucket-metadata.go

    		configData, info, err := readConfigWithMetadata(ctx, objectAPI, configFile, ObjectOptions{})
    		if err != nil {
    			if _, ok := err.(ObjectExistsAsDirectory); ok {
    				// in FS mode it possible that we have actual
    				// files in this folder with `.minio.sys/buckets/bucket/configFile`
    				continue
    			}
    			if errors.Is(err, errConfigNotFound) {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 16.5K bytes
    - Viewed (0)
Back to top