dkirillov
pushed to feature/73-add_pool_for_tree_endpoints at dkirillov/frostfs-sdk-go
2023-06-05 15:01:50 +00:00
[#84] add tracing support
I still have some issues with pre-commit
:
$ pre-commit run --all
...
trim trailing whitespace.................................................Failed
- hook id: trailing-whitesp…
Fix gitlab intergation
Encrypted payload can be different from plain one. So we want to know the real size in HEAD requests for example, so we store real size in object attributes and tree node attribute
Fix gitlab intergation
Yes, aws presign
generates the url like one that we couldn't handle in gitlab integration
[#84] add tracing support
It seems we can omit explicit ctx contextContext
param and use r.Context()
Process 'object not found' error when object is missing in object service
though it's a matter of taste
Process 'object not found' error when object is missing in object service
I mean instead of:
if client.IsErrObjectAlreadyRemoved(obj.Error) {
// ...
n.cache.DeleteObjectName(bkt.CID, bkt.Name, obj.Name)
}
if client.IsErrObjectNotFound(obj.Error)…
dkirillov
pushed to bugfix/content-length-presigned-url at dkirillov/frostfs-s3-gw
2023-06-01 14:11:15 +00:00
dkirillov
pushed to bugfix/content-length-presigned-url at dkirillov/frostfs-s3-gw
2023-06-01 13:55:15 +00:00
WIP: Fix gitlag intergation
dkirillov
created branch bugfix/content-length-presigned-url in dkirillov/frostfs-s3-gw
2023-06-01 13:49:15 +00:00
dkirillov
pushed to bugfix/content-length-presigned-url at dkirillov/frostfs-s3-gw
2023-06-01 13:49:15 +00:00