Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Value (0.12 sec)

  1. cmd/iam-store.go

    // and bucket and returns only policies that currently exist in MinIO. If
    // bucketName is non-empty, additionally filters policies matching the bucket.
    // The first returned value is the list of currently existing policies, and the
    // second is their combined policy definition.
    func (store *IAMStoreSys) FilterPolicies(policyName string, bucketName string) (string, policy.Policy) {
    	cache := store.rlock()
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Apr 27 10:04:10 GMT 2024
    - 75.2K bytes
    - Viewed (2)
Back to top