All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.metadataIngestion.storage.storageMetadataS3Config.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/metadataIngestion/storage/storageMetadataS3Config.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Storage Metadata S3 Config",
  "description": "Storage Metadata Manifest file S3 path config.",
  "javaType": "org.openmetadata.schema.metadataIngestion.storage.StorageMetadataS3Config",
  "type": "object",
  "properties": {
    "securityConfig": {
      "title": "S3 Security Config",
      "$ref": "../../security/credentials/awsCredentials.json"
    },
    "prefixConfig": {
      "title": "Storage Metadata Prefix Config",
      "$ref": "./storageBucketDetails.json"
    }
  },
  "additionalProperties": false,
  "required": ["prefixConfig"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy