Help Center> Object Storage Service> User Guide (ME-Abu Dhabi Region)> OBS Console Operation Guide> Event Notification> Application Example: Configuring SMN-Enabled Event Notification
Updated on 2022-06-08 GMT+08:00

Application Example: Configuring SMN-Enabled Event Notification

Background Information

An enterprise has a large number of files to archive but it does not want to cost much on storage resources. Therefore, the enterprise subscribes to OBS for storing the files and expects that every operation performed on OBS can trigger an event notification, which is sent to an employee of the company by email.

Procedure

  1. Log in to OBS Console as an enterprise user.
  2. Create a bucket.

    Click Create Bucket on the upper right corner of the page. Select Region, select Storage Class, enter the bucket name, and click Create Now.

  3. Create a folder.

    Click the bucket created in Step 2 to go to the Overview page. Choose Objects > Create Folder, enter the folder name, and click OK. In the following example, SMN is the folder name.

  4. In the upper left corner of the page, click and choose Simple Message Notification. On the displayed SMN page, create a topic.

    In the following example, TestTopic is the SMN topic and the notifications are sent via email.

    Use SMN to create a notification topic for OBS as follows:

    1. Create an SMN topic.
    2. Add a subscription.
    3. Modify the topic policy. On the Configure Topic Policy page, select OBS under Services that can publish messages to this topic.

    For details, see Table 1.

  5. Go back to OBS Console.
  6. Configure an event notification rule.

    1. In the bucket list, click the bucket that you have created in 2.
    2. In the navigation pane on the left, choose Basic Configurations > Event Notification. The Event Notification page is displayed.
    3. Click Create. The Create Event Notification dialog box is displayed.
    4. Configure event notification parameters.

      For an enterprise account, the specified user in the account will be notified about all specified operations on the SMN folder in the testbucket bucket.

      Table 1 Event notification parameters

      Parameter

      Value

      Name

      test

      Events

      ObjectCreated, ObjectRemoved

      Prefix

      SMN/

      NOTE:
      • A folder path ends with a slash (/). Therefore, if you want to configure the event notification for operations on folders and you need to filter folders by suffix, the suffix must also end with a slash (/).
      • If neither the Prefix nor the Suffix is configured, the event notification rule applies to all objects in the bucket.

      Notification Method

      SMN topic

      Select the project to which the SMN topic belongs.

      TestTopic

Verification

  1. Log in to OBS Console as an enterprise user.
  2. Upload the test.txt file to the folder created in Step 3.

    After the file is uploaded, an employee receives an email. Keyword ObjectCreated:Post in the email indicates that the object is successfully uploaded.

  3. Delete the test.txt file uploaded in Step 2.

    After the file is successfully deleted, an employee will receive an email. Keyword ObjectRemoved:Delete in the email indicates that the object is successfully deleted.