https://github.com/osquery/osquery logo
#osctrl
Title
j

javuto

02/07/2023, 12:41 AM
@Ziffare the format of the
carver.json
should be as follows:
Copy code
{
  "s3": {
    "bucket": "this-is-my-bucket",
    "region": "aws-region",
    "accessKey": "THISISTHEACCESSKEY",
    "secretAccessKey": "hereisthesecretaccesskey"
  }
}