<@U020TB8D3K5> the format of the `carver.json` sho...
# osctrl
j
@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"
  }
}