ISAM Agent Embedded S3 Server 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.
ISAM Agent S3 Server Configuration
{
"S3StorageLocal": {
"Url": "http://localhost:5126/s3",
"Bucket": "upload",
"RootSharedDisk": "C:/DEV/SYNERGEX/IntegrationPlatformData/s3"
}
}
Configuration Properties
| Property | Type | Description |
|---|---|---|
| Url | String | The URL to use to access the embedded S3 server. |
| Bucket | String | The name of the S3 server bucket (directory) to use. |
| RootSharedDisk | String | The path of the folder to use to store data on the ISAM Agent system. |