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: Added MD5 check after migration #333

Merged
merged 1 commit into from
Aug 2, 2024
Merged

feat: Added MD5 check after migration #333

merged 1 commit into from
Aug 2, 2024

Conversation

abyss-w
Copy link
Collaborator

@abyss-w abyss-w commented Aug 2, 2024

Added MD5 check after migration

The global configuration file has the following additions:

type: copy

check_md5: ture # Added global configuration, default is false

source:
  type: filelist
  path: /path/to/source
  options:
    list_path: /path/to/list

destination:
  type: qingstor
  path: /path/to/destination
  options:
    protocol: https
    host: qsstor.com
    port: 443
    bucket_name: example_bucket
    access_key_id: example_access_key_id
    secret_access_key: example_secret_access_key

@abyss-w abyss-w merged commit 64a979c into master Aug 2, 2024
0 of 6 checks passed
@abyss-w abyss-w deleted the MD5-check branch August 2, 2024 08:36
@abyss-w abyss-w mentioned this pull request Aug 2, 2024
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.

1 participant