1

I am currently making some progress in MinIO. Is there any way I can get the object by an Etag which is available for each object after uploading.. so that I can identify the thing uniquely!!

The existing way am using is to get the object only by mentioning the bucket name and the exact object name.

DIVAKARAN
  • 46
  • 1
  • 6

1 Answers1

0

There is no get object by Etag under S3 API. The correct way to get object is via its object name or version id(optional given versioning is enabled)

prbh4t
  • 86
  • 3
  • Yes !! I was too aware of that, but curious to know if there is a way to get an object by Etag. Anyhow Thanks for your reply... – DIVAKARAN Nov 28 '22 at 12:28