Git Repo Issue 132: Allow spaces in folder names, without replacing t… #133
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…hem with space
Changes
Description
Same as above.
Related Issue
#132
Motivation and Context
The motivation came from the AEM team in Adobe, who maintains AEM Desktop App. The app now supports automated uploads of folders from local file system to AEM. Using space in folder names is a common practice and present in macOS and windows OS, which the app is supported for and most users (creative designers) are on.
How Has This Been Tested?
I have relied on automation test cases.
Screenshots (if appropriate):
Types of changes
Additional detail: Space was not an allowed character in folder names. Changed proposed in this PR now allow them.
Checklist:
Existing documentation citing folder names now allowing space character will have to be updated to now being supported as is, instead of previously being replaced with "-"(hyphen)
Summary of tests run on my local machine