Changing the storage destination for the import data wizard, BIX, and file listeners
Use dynamic system settings to change the storage destination used by the import data wizard, BIX, and file listeners to store files. For example, for a multi-node system, you can set the destination to a shared location so that a user can access files from any node in the system.
- In the header of Dev Studio, click .
- Enter a short description for the setting.
- In the Owning Ruleset field, enter Pega-Engine.
- In the Setting Purpose field, enter storage/class/defaultstore:/type.
- Click Create and open.
- In the Value field, enter the value for the setting. For
example, filesystem, aws-s3, or azureblob.
- If you are using aws-s3 or azureblob, configure the following additional
settings:
aws-s3 - storage/class/defaultstore:/bucket – Required. Enter the AWS bucket name.
- storage/class/defaultstore:/accesskeyid – Enter your AWS access key. The key is optional if you are using EC2 instances with attached IAM roles; otherwise, it is required.
- storage/class/defaultstore:/secretaccesskey – Enter your AWS secret key. The key is optional if you are using EC2 instances with attached IAM roles; otherwise, it is required.
- storage/class/defaultstore:/rootpath – Optional. Enter the root path under the bucket for this share.
- storage/class/defaultstore:/kmsencryptionkeyid – Optional. To read or write encrypted files, enter the Amazon Key Management System (KMS) encryption key ID.
azureblob - storage/class/defaultstore:/bucket – Required. Enter the Azure container name.
- storage/class/defaultstore:/accesskeyid – Required. Enter your Azure user name.
- storage/class/defaultstore:/secretaccesskey – Required. Enter your Azure secret access key.
- storage/class/defaultstore:/rootpath – Optional. Enter the root path under the bucket for this share.
- Click Save.
Previous topic Adding data import functionality to your application Next topic Exporting data records