Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention the risk of filling up the disk in the security considerations. #278

Merged
merged 2 commits into from
Feb 18, 2021

Conversation

mkruisselbrink
Copy link
Contributor

@mkruisselbrink mkruisselbrink commented Feb 16, 2021

Also be explicit in the "write" and "truncate" steps that these
operations can fail with a QuotaExceededError if the file would be too
big.

Fixes #277


Preview | Diff

Also be explicit in the "write" and "truncate" steps that these
operations can fail with a QuotaExceededError if the file would be too
big.

Fixes #277
Copy link
Collaborator

@a-sully a-sully left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM % nits


Note: [=Storage quota=] only applies to files stored in the [=origin private file system=].
However this operation could still fail for other files, for example if the disk being written
to runs out of disk space.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we link to the new "Filling up a users disk" section here? (and below at line 1030)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, they are kind of separate (but related) things, I don't think linking there from here really adds much.

index.bs Outdated Show resolved Hide resolved
Co-authored-by: Austin Sullivan <[email protected]>
@mkruisselbrink mkruisselbrink merged commit e74baf7 into main Feb 18, 2021
@mkruisselbrink mkruisselbrink deleted the large-files-fill-disk branch February 18, 2021 03:28
github-actions bot added a commit that referenced this pull request Feb 18, 2021
…ty considerations. (#278)

* Mention the risk of filling up the disk in the security considerations.

Also be explicit in the "write" and "truncate" steps that these
operations can fail with a QuotaExceededError if the file would be too
big.

Fixes #277

* Update index.bs

Co-authored-by: Austin Sullivan <[email protected]>

Co-authored-by: Austin Sullivan <[email protected]>

SHA: e74baf7
Reason: push, by @mkruisselbrink

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mention something about filling up the disk/problems with writing very large files
2 participants