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
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
How about we just mock out the backend, that would then set us up for testing other types of complex behaviour. Either we make an /integration/mock so we can have an instance with an alternative backend, or we make a mock SingularityAPI which we can plug in to pretend that there's a real singularity there. A mock singularity might end up being very useful, although a little more work. But for the purpose of testing this, the amount of the API we'd need to implement is fairly minimal.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Zenko service has hardcoded constants to be as close as AWS S3 as possible. Those constants could be overriden to support more than 5TiB blob size.
We also need to make sure any client side tool, i.e. AWS S3 CLI or AWS S3 SDK supports larger part number and part size.
The text was updated successfully, but these errors were encountered: