Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
validation: allowing for nested directories
``` === RUN TestValidateStorageShareDirectoryName --- PASS: TestValidateStorageShareDirectoryName (0.00s) storage_test.go:49: [DEBUG] Test Input "" storage_test.go:49: [DEBUG] Test Input "abc123" storage_test.go:49: [DEBUG] Test Input "123abc" storage_test.go:49: [DEBUG] Test Input "123-abc" storage_test.go:49: [DEBUG] Test Input "-123-abc" storage_test.go:49: [DEBUG] Test Input "123-abc-" storage_test.go:49: [DEBUG] Test Input "123--abc" storage_test.go:49: [DEBUG] Test Input "hello/world" storage_test.go:49: [DEBUG] Test Input "hello/" PASS ```
- Loading branch information