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

Improve recursive object restore #1375

Commits on Apr 15, 2024

  1. Improve recursive object restore

    When restoring a complete bucket stop and raise an error only when
    the configuration is set to stop on the first error.
    otherwise keep trying to restore the next objects.
    
    Ignore the following errors:
    - When the object is currently in transition
    - When the object is not concerned by the restore request
      (already in standard storage-class etc)
    
    closes s3tools#1369
    
    Signed-off-by: Alexandre Lavigne <[email protected]>
    lavigne958 committed Apr 15, 2024
    1 Configuration menu
    Copy the full SHA
    c8731b0 View commit details
    Browse the repository at this point in the history