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

json.data.testConnections.storage.s3.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
    "name": "S3",
    "displayName": "S3 Test Connection",
    "description": "This Test Connection validates the access against the storage service and basic metadata extraction of objects.",
    "steps": [
      {
        "name": "ListBuckets",
        "description": "List all the buckets available to the user.",
        "errorMessage": "Failed to fetch buckets, please validate the credentials if the user has access to list buckets",
        "shortCircuit": true,
        "mandatory": true
      },
      {
        "name": "GetMetrics",
        "description": "Get Cloudwatch AWS/S3 metrics.",
        "errorMessage": "Failed to fetch Cloudwatch AWS/S3 metrics, please validate if user has access to fetch these credentials",
        "mandatory": false
      }
    ]
  }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy