feat: Added the standard storage class to all the available get/list actions responses in posix. (#765)

This commit is contained in:
Jon Austin
2024-08-27 15:28:40 -07:00
committed by GitHub
parent 3ed7c18839
commit d79f978df9
8 changed files with 183 additions and 87 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ func FilterObjectAttributes(attrs map[types.ObjectAttributes]struct{}, output s3
output.ObjectSize = nil
}
if _, ok := attrs[types.ObjectAttributesStorageClass]; !ok {
output.StorageClass = nil
output.StorageClass = ""
}
return output