Function: assertCloudObjectKey()
function assertCloudObjectKey(key: string): void;
Defined in: shared/utils/cloudKeyNormalization.ts:233
Asserts that a normalized key can be used as an object key (i.e. refers to an actual object rather than a directory/prefix).
Parametersโ
keyโ
string
Returnsโ
void