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
Fix FilesExt should fallback when Presigned URL is not available (#1093)
## What changes are proposed in this pull request?
Provide the readers and reviewers with the information they need to
understand
this PR in a comprehensive manner.
Specifically, try to answer the two following questions:
- **WHAT**
- Fix `FilesExt`'s upload and download should fallback when Presigned
URLs are not available in certain compute types.
- **WHY**
- In some newer compute clusters (e.g. model serving clusters), creating
presigned URL through Files API is not possible yet. Client should
fallback in such circumstances to not using Presigned URL. Or else the
customer wouldn't be able to upload or download data using w.files.
## How is this tested?
It is tested using unit tests.
"Create upload URL: fallback to single-shot upload when presigned URLs are not issue because of the NetworkZone is not populated to Filesystem service",
"Create resumable URL: fallback to single-shot upload when presigned URLs are not issued because of the NetworkZone is not populated to Filesystem service",
0 commit comments