Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade NeoFS SDK to RC-11 #818

Merged
merged 3 commits into from
Sep 8, 2023
Merged

Upgrade NeoFS SDK to RC-11 #818

merged 3 commits into from
Sep 8, 2023

Commits on Sep 7, 2023

  1. go.mod: Upgrade to NeoFS SDK module to RC-11

    Client pool's `ObjectHead` method returns object header directly now.
    
    Signed-off-by: Leonard Lyubich <[email protected]>
    cthulhu-rider committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9408855 View commit details
    Browse the repository at this point in the history
  2. neofs: Write lock info into object using NeoFS SDK functionality

    Import of API Go is redundant since SDK provides needed method.
    
    Signed-off-by: Leonard Lyubich <[email protected]>
    cthulhu-rider committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    10cfb34 View commit details
    Browse the repository at this point in the history
  3. neofs: Use recently exported constant attribute of the object expiration

    No more need to define the constant with same value in-place.
    
    Signed-off-by: Leonard Lyubich <[email protected]>
    cthulhu-rider committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    986b9dd View commit details
    Browse the repository at this point in the history