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

When --grace-period=0 is provided, wait for deletion #37263

Merged

Commits on Nov 23, 2016

  1. When --grace-period=0 is provided, wait for deletion

    The grace-period is automatically set to 1 unless --force is provided,
    and the client waits until the object is deleted.
    
    This preserves backwards compatibility with 1.4 and earlier. It does not
    handle scenarios where the object is deleted and a new object is created
    with the same name.
    smarterclayton committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    7cdb6b1 View commit details
    Browse the repository at this point in the history