To delete an Amazon S3 storage using the CLI:
Enable the CLI configuration mode.
hostname > enable hostname # configure terminal
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-nameStorage type: o365 Name: MySharePointStorage Share Type: Source App: sharepoint Quarantine Site: quarantine_site Status: Office 365 configured and connected
Specify the storage to delete. In this example, MyAWSStorage is deleted.
hostname (config) # fmps storage delete name MyAWSStorage Storage operation completed successfullyVerify 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 connectedSave your changes.
hostname (config) # write memory
To delete an Amazon S3 storage using the Web UI:
Log in to the ADD Product Series appliance Web UI.
Click the Storage tab. All configured shares are displayed in the Currently Configured Storages section.
Click the AWS tab.
Click the
icon in the Actions column.When prompted, confirm that you want to delete the storage.