Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created February 22, 2021 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/83d902fc99609250b1efdcb4c08a7f95 to your computer and use it in GitHub Desktop.
Save recursivecodes/83d902fc99609250b1efdcb4c08a7f95 to your computer and use it in GitHub Desktop.
schema.yml
"access_type":
    type: enum
    visible: true
    required: true
    title: "Bucket Access Type"
    default: “NoPublicAccess"
    enum:
      - NoPublicAccess
      - PublicRead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment