[#427] layer: Split FrostFS ReadObject to separate methods #427
No reviewers
TrueCloudLab/storage-services-developers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#427
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-s3-gw:feature/frostfs_get_simplify"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Denis Kirillov d.kirillov@yadro.com
48682ef68f
to44f8188b52
44f8188b52
to2e0c48a37a
2e0c48a37a
to6dbd387f5d
WIP: [#XX] layer: Split FrostFS ReadObject to separate methodsto WIP: [#427] layer: Split FrostFS ReadObject to separate methodsWIP: [#427] layer: Split FrostFS ReadObject to separate methodsto [#427] layer: Split FrostFS ReadObject to separate methods6dbd387f5d
to8d8537296c
@ -178,2 +164,4 @@
}
// objectGet returns an object with payload in the object.
func (n *Layer) objectGet(ctx context.Context, bktInfo *data.BucketInfo, objID oid.ID) (*Object, error) {
Can we keep it on the same place at 157 line before
MimeByFilePath
function?8d8537296c
to6cb0026007