forked from TrueCloudLab/frostfs-s3-gw
[#577] Add Version() to ExtendedObjectInfo
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
parent
3ac3f1cc9d
commit
37c46e926e
9 changed files with 27 additions and 22 deletions
|
@ -7,10 +7,6 @@ import (
|
|||
"github.com/nspcc-dev/neofs-s3-gw/api/data"
|
||||
)
|
||||
|
||||
const (
|
||||
UnversionedObjectVersionID = "null"
|
||||
)
|
||||
|
||||
func (n *layer) ListObjectVersions(ctx context.Context, p *ListObjectVersionsParams) (*ListObjectVersionsInfo, error) {
|
||||
var (
|
||||
allObjects = make([]*data.ExtendedObjectInfo, 0, p.MaxKeys)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue