You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(storage): extract S3 MaxKeys value to constant
Extracted hardcoded MaxKeys=1000 value to S3_MAX_KEYS_PER_REQUEST constant, addressing PR feedback from @mark-karnaukh-extern-sap.
Changes:
- Created src/server/Storage/constants.ts with S3_MAX_KEYS_PER_REQUEST constant
- Updated objectRouter.ts to use the constant
- Updated containerRouter.ts to use the constant
- Updated comment in types/ceph.ts to reference the constant name
This improves maintainability - the value is now defined in one place with proper documentation.
0 commit comments