Deleting an Amazon S3 storage

Prev Next

To delete an Amazon S3 storage using the CLI:

  1. Enable the CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. View all configured storage.

    hostname # show fmps storage all
    Storage type: aws
     Name:                 MyAWSStorage
     Share Type:           Source
     App:                  s3
     Status:               AWS configured and connect
     Bucket Name:          aws-bucket-name
     Queue Name:           aws-queue-name
     Region:               aws-region-name
    Storage type: o365
     Name:                 MySharePointStorage
     Share Type:           Source
     App:                  sharepoint
     Quarantine Site:      quarantine_site
     Status:               Office 365 configured and connected
    			
  3. Specify the storage to delete. In this example, MyAWSStorage is deleted.

    hostname (config) # fmps storage delete name MyAWSStorage
    Storage operation completed successfully
    
  4. Verify that the former configured storage was deleted.

    hostname (config) # show fmps storage name MyAWSStorage
    hostname (config) # 
    hostname (config) # show fmps storage all
    Storage type: o365
     Name:                 MySharePointStorage
     Share Type:           Source
     App:                  sharepoint
     Quarantine Site:      quarantine_site
     Status:               Office 365 configured and connected
  5. Save your changes.

    hostname (config) # write memory

To delete an Amazon S3 storage using the Web UI:

  1. Log in to the ADD Product Series appliance Web UI.

  2. Click the Storage tab. All configured shares are displayed in the Currently Configured Storages section.

  3. Click the AWS tab.

  4. Click the FX_Delete_icon.png icon in the Actions column.

  5. When prompted, confirm that you want to delete the storage.