-
Notifications
You must be signed in to change notification settings - Fork 1
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
README.md changes #86
Conversation
--added table of contents -- zus overview -- added sample migration command syntax -- added build instructions -- corrected typos
README.md
Outdated
@@ -1,38 +1,66 @@ | |||
# s3-migration - a CLI for migrating AWS s3 bucket to 0Chain dStorage | |||
This program helps to migrate files in s3 bucket to 0chain dStorage. | |||
# s3-migration - a CLI for migrating AWS S3 bucket to Züs dStorage |
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.
a CLI tool
please
README.md
Outdated
### Global Flags | ||
|
||
Global Flags are parameters in s3mgrt that can be used with any command to override the default configuration supports the following global parameters. | ||
Global Flags are parameters in s3igration that can be used with any command to override the default configuration supports the following global parameters. |
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.
s3migration (spelling)
README.md
Outdated
`migrate` command is used to migrate files from s3 buckets to some remote directory(default is /) by using aws-s3-sdk and 0chain gosdk. All the objects from bucket will be migrated. | ||
However user can specify some prefix to migrate only the files with those prefix. Also if there is name conflict within dStorage file and bucket file use can | ||
`migrate` command is used to migrate files from s3 buckets to some remote directory(default is /) by using aws-s3-sdk and 0chain gosdk. All the objects from the bucket will be migrated. | ||
However users can specify some prefix to migrate only the files with those prefix. Also if there is name conflict within dStorage file and bucket file use can |
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.
Please change to dStorage file and bucket file users can
(typo in users)
applied your suggestions |
--added table of contents
-- zus overview
-- added sample migration command syntax
-- added build instructions
-- corrected typos