Accelerate the Value of Data

Store secrets in Secret Manager - Optional (AWS)

Learn how to storing secrets in Secret Manager (AWS)

For Auth Method KEYS get the AWS accessKey and secretKey, which has access to S3 bucket.

The secrets needs to be stored in this format in Secret Manager.


"AWS": {
    "awsAccessKey": "<Access Key>",
    "awsSecretKey": "<Secret Key>"
  }