forked from Backblaze/B2_Command_Line_Tool
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implement b2 file unhide
command
#297
Merged
mjurbanski-reef
merged 17 commits into
reef-technologies:master
from
adil-reef:file-unhide
Jul 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
b67ab69
implement b2 file unhide command
didil 4c86fc5
remove UnhideFile class
didil 6993f65
add missing changelog entry
didil 45be62d
use B2URI for file unhide
didil 5b78159
format
didil 92ae1fd
remove unnecessary FileUnhide registrations
didil 6f3b175
use new b2 sdk method bucket.unhide_file
didil b91012d
b2 file hide parameters changes
didil f7347d2
change test_get_bucket_complex file hide syntax
didil 0e5581a
Update changelog.d/+b2_file_hide.changed.md
adil-reef 088ce05
Update changelog.d/+b2_file_hide.changed.md
adil-reef 4212e42
Update changelog.d/+b2_file_unhide.added.md
adil-reef 47efa9b
change B2URIFileOrBucketNameFileNameArgMixin
didil 2931ad9
add file hide legacy syntax format
didil 7e525d0
limit Github Actions jobs to 90 minutes
mjurbanski-reef 4821d23
update b2sdk to fix TruncatedOutput errors (fixes #554)
mjurbanski-reef 28ceb19
rephrase `b2 file hide` args change changelog
mjurbanski-reef File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like there was oversight on our part an we did not update
b2 file hide
to use B2URI when doing b2v4Please correct our mistake, i.e.:
b2 file hide
support both new and old syntax, but the--help
should be only speaking of new syntaxb2v3 hide-file
should remain unchanged