Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
How to list objects from Object Storage sub directories
Hi Team,
I am trying to build a simple outbound File transmission Integration from Object Storage to On-premise SFTP Server.
In Object storage, we have buckets for each instance. Eg. sandbox, dev, uat and prod.
Within each bucket we have subdirectories per application and type of process. Eg,
dev/cpm/import/data
dev/cpm/export/data
etc etc.
While trying to configure the REST Integration relative endpoint, it expects a URI till the bucket.
eg: /n/<namespace>/b/dev/o
This lists all the objects from other sub directories as well. But we want to list only those objects that are under a specific directory within the same bucket.
0