e2etest/newe2e_synthetic_container_names.go (7 lines of code) (raw):
package e2etest
const (
SyntheticContainerManyFilesSource = "many-objects"
SyntheticContainerManyFoldersSource = "many-folders"
SyntheticContainerSyncWorstCaseSource = "sync-wc-source"
SyntheticContainerSyncWorstCaseDest = "sync-wc-dest"
)