minio-js icon indicating copy to clipboard operation
minio-js copied to clipboard

support metadata while listing.

Open prakashsvmx opened this issue 2 years ago • 0 comments

support metadata while listing.

custom extension that allows to fetch metadata when listing, including tags in recent releases (2-3 months) https://github.com/minio/minio-go/blob/5b159884739dd2c6330b423378de330775f3c93b/api-list.go#L665

Add URL value metadata=true to parameters. Works with ListObjectsV2 and ListObjectVersions. Returned as "UserTags": https://github.com/minio/minio-go/blob/5b159884739dd2c6330b423378de330775f3c93b/api-datatypes.go#L183

prakashsvmx avatar Jul 11 '23 12:07 prakashsvmx