We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Report a bug.
SyncFile step contains three steps:
curveadm/internal/task/step/file.go
Line 240 in 48abdf1
However, configuration items containing middle spaces cannot be filtered. If one or more spaces, they will be truncated.
for example:
s3.user_agent=S3 Browser
will be filter as follow:
s3.user_agent=S3
The reason may be REGEX_KV_SPLIT
REGEX_KV_SPLIT
Line 44 in 48abdf1
The text was updated successfully, but these errors were encountered:
caoxianfei1
No branches or pull requests
Report a bug.
SyncFile step contains three steps:
you can see at
curveadm/internal/task/step/file.go
Line 240 in 48abdf1
However, configuration items containing middle spaces cannot be filtered. If one or more spaces, they will be truncated.
for example:
will be filter as follow:
The reason may be
REGEX_KV_SPLIT
curveadm/internal/task/step/file.go
Line 44 in 48abdf1
The text was updated successfully, but these errors were encountered: