Skip to content

Rate Limiting and Throttling for File Operations #35

@DenizAltunkapan

Description

@DenizAltunkapan

Implement configurable rate limits for upload, download, and listing operations to prevent abuse and stabilize performance. Return HTTP 429 responses with clear headers when limits are exceeded, and expose metrics/logs for monitoring. Support per-user, per-IP, and global policies using a standard approach (e.g., Bucket4j or Spring-based filters). Provide configuration via properties and environment variables. Add tests covering normal, burst, and throttled scenarios.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions