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

fix for prefix based rm #2354

Merged
merged 1 commit into from
Jan 12, 2018
Merged

fix for prefix based rm #2354

merged 1 commit into from
Jan 12, 2018

Conversation

poornas
Copy link
Contributor

@poornas poornas commented Jan 10, 2018

Fixes: #2341

mc rm --r with prefix not terminated by / doesn't get deleted.
example: mc rm --r --force --older-than=10 play/test/prefix

mc rm --r with prefix not terminated by / doesn't get deleted.
example: mc rm --r --force --older-than=10 play/test/prefix
@codecov-io
Copy link

Codecov Report

Merging #2354 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2354   +/-   ##
=======================================
  Coverage   10.76%   10.76%           
=======================================
  Files         103      103           
  Lines        7723     7723           
=======================================
  Hits          831      831           
  Misses       6758     6758           
  Partials      134      134
Impacted Files Coverage Δ
cmd/client-s3.go 13.34% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 722ee94...d1942e7. Read the comment docs.

@nitisht nitisht merged commit 5dee56d into minio:master Jan 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

removing files with --older-than option does not work in newer version of mc
5 participants