Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for project (0.13 sec)

  1. cmd/iam-object-store.go

    	xioutil "github.com/minio/minio/internal/ioutil"
    	"github.com/minio/minio/internal/kms"
    	"github.com/puzpuzpuz/xsync/v3"
    )
    
    // IAMObjectStore implements IAMStorageAPI
    type IAMObjectStore struct {
    	// Protect access to storage within the current server.
    	sync.RWMutex
    
    	*iamCache
    
    	cachedIAMListing atomic.Value
    
    	usersSysType UsersSysType
    
    	objAPI ObjectLayer
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 05 21:26:41 GMT 2024
    - 19.9K bytes
    - Viewed (0)
Back to top