You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: