Oracle Object Storage Subfolder listing using REST API
I have bucket (Dev-Buck01) which is hosting three folder and sub folders
Dev-Buck01/GL/Jan24/
Dev-Buck01/GL/Feb24/
Dev-Buck01/AP/Jan24/
I want to download files from GL/Feb24 from folder, first i will list the objects using the Get /n/{namespaceName}/b/{bucketName}/o
then i will download the objects using the get /n/{namespaceName}/b/{bucketName}/o/{objectName}
how can i filter to fetch only records under GL/Feb24 folder, instead of listing all the object using /n/{namespaceName}/b/{bucketName}/o
Tagged:
0