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

[AC-49] Remote filesize enforced to max 2MB #49

Closed
clouless opened this issue Jan 19, 2024 · 1 comment
Closed

[AC-49] Remote filesize enforced to max 2MB #49

clouless opened this issue Jan 19, 2024 · 1 comment
Milestone

Comments

@clouless
Copy link
Member

Story

Enforce that the max remote file size is 2MB.

Acceptance Criteria

  • ✅ file transfer with content-length is supported
    • HEAD request is performed prior to GET request
    • If content-length of HEAD request is greater than 2MB the GET request is not performed
  • ✅ file transfer with transfer-encoding chunked is supported
    • HEAD request is performed prior to GET request
    • Since HEAD request has no content-length header, GET request is executed
    • GET request fails at 2MB file size

Notes

content-length error:

content-length

chunked error:

chunked
@clouless clouless added this to the cloud milestone Jan 19, 2024
@clouless
Copy link
Member Author

Released to Marketplace today with v2.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant