Retrieve/List objects using metadata in s3 - aws sdk
问题 I have used User-Defined Metadata data to store the file in S3 bucket. Lets say my meta data would be like metaData = { "title": "some random user title", "description": "some random user description" } I understand that i can download file using the object key and the bucket name. I am looking whether there any way/options to get/retrieve/list the file by passing only the bucket name and User-Defined Metadata used for the object to upload in S3. And also to know the actual usage of User