Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Action (0.29 sec)

  1. docs/distributed/rw.json

    {
      "Version": "2012-10-17",
      "Statement": [
       {
        "Effect": "Allow",
        "Action": [
         "s3:*"
        ],
        "Resource": [
         "arn:aws:s3:::*"
        ]
       }
      ]
    Json
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Mon Jul 04 21:02:54 GMT 2022
    - 166 bytes
    - Viewed (0)
  2. misc/chrome/gophertool/manifest.json

    {
      "name": "Hacking Gopher",
      "version": "1.0",
      "manifest_version": 2,
      "description": "Go Hacking utility",
      "background": {
        "page": "background.html"
      },
      "browser_action": {
        "default_icon": "gopher.png",
        "default_popup": "popup.html"
      },
      "omnibox": { "keyword": "golang" },
      "icons": {
        "16": "gopher.png"
      },
      "permissions": [
         "tabs"
      ]
    Json
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Jul 05 20:52:13 GMT 2012
    - 378 bytes
    - Viewed (0)
  3. docs/site-replication/rw.json

    {"Version":"2012-10-17","Statement":[{"Effect":"Allow","Action":["admin:*"]},{"Effect":"Allow","Action":["s3:*"],"Resource":["arn:aws:s3:::*"]}]}...
    Json
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Wed Dec 08 19:50:15 GMT 2021
    - 146 bytes
    - Viewed (0)
  4. okhttp/src/test/resources/web-platform-test-toascii.json

      },
      {
        "comment": "CheckBidi is true",
        "input": "يa",
        "output": null
      },
      {
        "input": "xn--a-yoc",
        "output": null
      },
      {
        "comment": "processing_option is Nontransitional_Processing",
        "input": "ශ්‍රී",
        "output": "xn--10cl1a0b660p"
      },
      {
        "input": "نامه‌ای",
        "output": "xn--mgba3gch31f060k"
      },
      {
        "comment": "U+FFFD",
    Json
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 5.2K bytes
    - Viewed (0)
  5. docs/sts/rw-ldap-username.json

    {
      "Version": "2012-10-17",
      "Statement": [
        {
          "Effect": "Allow",
          "Action": [
            "s3:*"
          ],
          "Resource": [
            "arn:aws:s3:::${ldap:username}/*"
          ]
        }
      ]
    Json
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Fri May 28 17:33:07 GMT 2021
    - 201 bytes
    - Viewed (0)
  6. internal/s3select/sql/jsondata/books.json

            }
        ]
    }
    {
        "title": "The Robots of Dawn",
        "authorInfo": {
            "name": "Isaac Asimov",
            "yearRange": [1920, 1992],
            "penName": "Paul French"
        },
        "genre": "Science fiction",
        "publicationHistory": [
            {
                "year": 1983,
                "publisher": "Phantasia Press",
                "type": "Hardcover",
                "pages": 336
            },
            {
    Json
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 1.9K bytes
    - Viewed (0)
Back to top