A records office writes a perfect Events rule for com.oraclecloud.objectstorage.createobject, yet uploads never trigger the Function. What Object Storage requirement is most likely missing?
Select an answer to reveal the explanation.
Short Explanation
Most OCI resources emit automatically; Object Storage objects do not. You must turn on “emit events for object state changes” on the bucket before create/update/delete can match a rule. A silent bucket means a perfect rule still does nothing.
Full Explanation
Official Events guidance calls out that objects are opt-in emitters: enable emit-events on the bucket at create time or later. Without that setting, rules filtered on object create/update/delete never fire. This is an Events-producer concern for Object Storage, not an Archive-tier or Streaming workaround, and not solved by dynamic groups alone.