Log in to the File Protect appliance Web UI.
Go to Settings > Storage.
In the section, S3 On-Prem Configuration, enter the following details:
Hostname (TM node: /fireeye/fmps/config/s3_onprem/server_ip)
Port (TM node: /fireeye/fmps/config/s3_onprem/server_port)
Access Key ID (TM node: /fireeye/fmps/config/s3_onprem/access_id)
Secret Access Key (TM node: /fireeye/fmps/config/s3_onprem/secret)
.png)
Enable the CLI configuration mode:
hostname > enable hostname # configure terminal
Enter the access ID key:
hostname (config) # fmps s3-onprem config access-id <AccessIDKey>Enter the secret key:
hostname (config) # fmps s3-onprem config secret <SecretKey>Note
The Access key and Secret access key are set in the S3 on-prem storage host. The storage administrator has the permission to set these keys in the host platform.
Enter the name of host where the storage is maintained:
hostname (config) # fmps s3-onprem config hostname <HostName>Enter the HTTPS port on which the S3 APIs are enabled on the S3 on-prem storage:
hostname (config) # fmps s3-onprem config port <Port>Save your changes:
hostname (config) # write memoryCheck the details you entered:
hostname (config) # show fmps s3-onprem config