You can delete S3 synchronization settings for buckets. This function is the same as in AWS S3.
HTTP request syntax (URI)
aws --endpoint -url https://host_ip s3api delete-bucket-replication --bucket "bucket"
Request structure
None.
Response structure
None.
Example
Request example:
aws --endpoint-url https://company.com s3api delete-bucket-replication --bucket "hcpcs_bucket"
Note: If a sync-from action fails it is retried and the SQS message about the failure is retained. To avoid a possible accumulation of SQS failure messages, the best practice is to define a suitable retention policy for SQS and to delete the sync-from rule once the desired results are obtained.