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

feat: support multi files upload & update dependency #83

Merged
merged 6 commits into from
Aug 30, 2023

Conversation

flywukong
Copy link
Collaborator

@flywukong flywukong commented Aug 28, 2023

Description

  1. support uploading multiple files with one command, “object put file1 ... gnfd://bucket"
  2. support uploading files in folders by one command with the "--recursive" flag. This command will create the same directory structure in the bucket.

Rationale

improve cmd usage

Example

image

upload the folder and list by cmd

image image

./gnfd-cmd object put testfile1 testfile2 testfile3 gnfd://test333
Please enter a passphrase now:
upload testfile1 to gnfd://test333
upload testfile2 to gnfd://test333
upload testfile3 to gnfd://test333

Changes

Notable changes:

  • support upload multiple files

@flywukong flywukong changed the title feat: support multi files upload feat: support multi files upload & update dependency Aug 29, 2023
README.md Outdated Show resolved Hide resolved
@flywukong flywukong merged commit e14fded into bnb-chain:develop Aug 30, 2023
4 checks passed
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.

2 participants