To create an Amazon S3 storage on the File Protect appliance using the CLI:
Enable the CLI configuration mode:
hostname > enable hostname # configure terminal
Enter a unique name for the Amazon S3 storage along with the bucket, queue and region of the storage.
hostname (config) # fmps storage create aws name <AmazonS3StorageName> apps3bucket <BucketName> queue <QueueName> region <RegionName>
AWS storage connected successfully.
View your Amazon S3 storage configuration.
hostname (config) # show fmps storage name <AmazonS3StorageName> Storage type: aws Name: <AmazonS3StorageName> Share Type: Source App: s3 Status: AWS configured and connected Bucket Name: <BucketName> Queue Name: <QueueName> Region: <RegionName>Save your changes.
hostname (config) # write memory