Extension: omni.kit.client.alias-0.2.2

Documentation Generated: Aug 08, 2025

Settings#

Settings Used by the Extension but Provided by Another Extension#

/app/client/aliases#

  • Description: Stores and manages a list of client aliases. Each item in the list corresponds to a url and a redirect location in a dictionary. For example:

[[app.client.aliases]]
alias = "http://omniverse-content-production.s3.us-west-2.amazonaws.com"
path = "C:\\Temp\\NVIDIA_Assets_production"

[[app.client.aliases]]
alias = "http://omniverse-content-stage.s3.us-west-2.amazonaws.com"
path = "C:\\Temp\\NVIDIA_Assets_stage"

/app/client/s3_config#

  • Description: Stores and manages a list of s3 bucket configuration. Each item in the list corresponds to a s3 bucket configuration in a dictionary. In a s3 bucket configuration, please supply your bucket url {url}, bucket name {bucket}, and region {region}. If you choose to make your bucket private, you will need to include the secrets {access-key-id} and {secret-access-key}. If you choose to use CloudFront, you need to supply the optional CloudFront arguments. For example:

[[app.client.s3_config]]
url = "https://my.bucket.url.com"
bucket = "bucket-name"
region = "region"