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

Added support for trailing dot transfers to unsafe locations #2827

Open
wants to merge 26 commits into
base: main
Choose a base branch
from

Conversation

wonwuakpa-msft
Copy link
Collaborator

@wonwuakpa-msft wonwuakpa-msft commented Oct 10, 2024

PR made to address this customer issue concerning transferring trailing dot files. Windows natively does not support trailing dots in filenames, so a (initially just Enable and Disable) third option AllowToUnsafeDestination was added to AzCopy to enable this functionality.

  • Updated the documentation to include the feature
  • Tests using the E2E framework were added for this additional trailing dot AllowToUnsafeDestination option
  • Persisted the trailingDotOption information when the job is resumed
  • Update the code to prevent nil dereference error from one of the tests

cmd/jobsResume.go Show resolved Hide resolved
cmd/jobsResume.go Show resolved Hide resolved
cmd/zc_traverser_file.go Show resolved Hide resolved
cmd/copy.go Outdated Show resolved Hide resolved
ste/jobStatusManager.go Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants