Embedded S3 Storage Configuration
If you'll be using the ISAM Agent and its embedded S3 server to store snapshots, you must provide information about that environment using the S3StorageLocal property in MasterConfig.json.
Configuration Properties
| Property | Type | Description |
|---|---|---|
| Url | String | |
| Bucket | String | |
| RootSharedDisk | String |
Example Configuration
{
"S3StorageLocal": {
"Url": "http://localhost:5126/s3",
"Bucket": "upload",
"RootSharedDisk": "C:/DEV/SYNERGEX/IntegrationPlatformData/s3"
}
}