Skip to content

Rotation consumes upload quota and can hit plan caps mid-sweep #645

Description

@zachdunn

Follow-up to #631 (shipped in #641). Rotation moves each object through `putObject` (`surface: "rotate"`), so rotating N attachments consumes N monthly uploads and can throw `InsufficientStorageError` near a plan cap mid-sweep (storage itself nets to zero — the delete releases per object).

Options: exempt the rotate surface from the upload counter (it is a move, not new content), or pre-check the cap for the sweep size before starting. Worth deciding before any sizeable tenant rotates.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions