[#180] Fix linter issues #191
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 milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#191
Loading…
Reference in a new issue
No description provided.
Delete branch "mbiryukova/frostfs-s3-gw:feature/fix_linter_issues"
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?
Closes #180
Signed-off-by: Marina Biryukova m.biryukova@yadro.com
@ -200,3 +195,3 @@
if token != nil {
prm.SetSessionToken(*token)
prm.Session = token
It seems we can now skip checking
if token != nil
Maybe we should update SDK in this PR because of TrueCloudLab/frostfs-sdk-go#148
I'm not sure if we can wait until TrueCloudLab/frostfs-sdk-go#121 be done to fix the same issues at once
8f7a8180c6
to7c2f44ba9f
7c2f44ba9f
to765c992f12
I suggest to merge it and fix all
deprecated
warnings on every SDK update, though. Seems like fix is quite simple to implement.And yes, let's update SDK in this PR too with more
deprecated
warnings to fix. @mbiryukova765c992f12
to012ece40bb