Adding an Amazon S3 Storage in the CLI

Prev Next

To create an Amazon S3 storage on the File Protect appliance using the CLI:

  1. Enable the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. 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.
  3. 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> 
          
  4. Save your changes.

    hostname (config) # write memory