Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for projectaorb (0.22 sec)

  1. cmd/sts-handlers_test.go

                "Resource": "arn:aws:s3:::*"
            },
            {
                "Effect": "Allow",
                "Action": "s3:*",
                "Resource": [
                    "arn:aws:s3:::projectaorb",
                    "arn:aws:s3:::projectaorb/*"
                ],
                "Condition": {
                    "ForAnyValue:StringEquals": {
                        "jwt:groups": [
                            "projecta",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 18:45:50 UTC 2024
    - 90K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/registry/DefaultModelRegistryTest.groovy

    foo
    \\- foo.bar
       \\- foo.bar.baz
          \\- baz mutator
             \\- foo""")
        }
    
        def "node can be viewed via projection registered via projector"() {
            registry.configure(ModelActionRole.Discover) { it.path "foo" descriptor "project" node { node ->
                node.addProjection UnmanagedModelProjection.of(BeanInternal)
            } }
            registry
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 56K bytes
    - Viewed (0)
Back to top