Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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