EMCECS / ecs-browser

Object browser for manipulating content in ECS.
10 stars 4 forks source link

Request - Add Current Version and Metadata columns when listing bucket contents #7

Open jon-lindner opened 6 years ago

jon-lindner commented 6 years ago

When listing the objects in the bucket, would it be possible to display a column showing the current version and metadata values? I know the version number isn't indicated in the returned values for List-Objects, but you could use the --cli-input-json option on List-Buckets to perform a json query to Head the object to retrieve the current version. That way when we download and upload a new object we can see the version value change.

You could also use the Head operation to populate associated Metadata tags for the object into display columns. That would allow users to know what metadata has been populated per object, which they could then use when they go to the Metadata Filter button.