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

share: Download shares url of exact prefix #2096

Merged
merged 1 commit into from
Mar 29, 2017

Conversation

vadmeste
Copy link
Member

When recursive flag is not specified, share download will only
generate download urls for the object which has the exact same
prefix.

Fixes #2088

@vadmeste vadmeste changed the title share: Download generates exact prefix url share: Download shares url of exact prefix Mar 29, 2017
When recursive flag is not specified, share download will only
generate download urls for the object which has the exact same
prefix.
@vadmeste vadmeste force-pushed the download_share_one branch from 008d4b2 to 71a6095 Compare March 29, 2017 21:08
@codecov-io
Copy link

codecov-io commented Mar 29, 2017

Codecov Report

Merging #2096 into master will decrease coverage by 0.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #2096      +/-   ##
=========================================
- Coverage    8.59%   8.57%   -0.02%     
=========================================
  Files          92      92              
  Lines        6748    6762      +14     
=========================================
  Hits          580     580              
- Misses       6033    6047      +14     
  Partials      135     135
Impacted Files Coverage Δ
cmd/share-download-main.go 0% <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 3b57e86...71a6095. Read the comment docs.

@harshavardhana harshavardhana merged commit 923c0e2 into minio:master Mar 29, 2017
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.

mc share download command without --recursive option should do an exact match
3 participants