对象有前缀时如何列出Oracle对象存储中的对象?

How Do I List Objects in Oracle Object Storage When the Objects Have a Prefix?

我正在使用 Oracle Apex Rest 数据源并尝试了以下 URL

https://objectstorage.location.oraclecloud.com/n/namespace/b/bucket/o/  works shows all 4
https://objectstorage.location.oraclecloud.com/n/namespace/b/bucket/o/aabb not found
https://objectstorage.location.oraclecloud.com/n/namespace/b/bucket/o/aabb/ not found
https://objectstorage.location.oraclecloud.com/n/namespace/b/bucket/o/aabb/* not found

在桶里我有一些对象:

aabb/test.png

aabb/test2.png

aabc/test3.png

aabc/test4.png

如何仅在 aabb 中列出对象?

谢谢

添加数据源参数

类型:查询字符串变量

姓名:前缀

价值:在我的例子中是aabb