return tags as part of Head/Get calls (#17635)

AWS S3 only returns the number of tag
counts, along with that we must return
the tags as well to avoid another metadata
call to the server.
This commit is contained in:
Harshavardhana
2023-07-22 07:19:43 -07:00
committed by GitHub
parent e1094dde08
commit 7764f4a8e3
4 changed files with 22 additions and 15 deletions

View File

@@ -38,6 +38,7 @@ import (
const (
copyDirective = "COPY"
replaceDirective = "REPLACE"
accessDirective = "ACCESS"
)
// Parses location constraint from the incoming reader.