I propose exporting constants that represent data length limitations for
[ ] filename length
[X] max pods count
[X] max directory name length
[ ] max full path length
[X] pod name length
Rationale:
By exporting these constants, it provides the ability for external applications or services to leverage and adhere to the established limitations set within the platform. This ensures consistency and prevents potential errors that might arise from hardcoded values or assumptions about these limitations.
I propose exporting constants that represent data length limitations for
Rationale: By exporting these constants, it provides the ability for external applications or services to leverage and adhere to the established limitations set within the platform. This ensures consistency and prevents potential errors that might arise from hardcoded values or assumptions about these limitations.
Related: https://github.com/fairDataSociety/fairdrive-theapp/issues/291