afs
afs copied to clipboard
Abstract File Storage
GCS seems to support both files AND directories (prefixes) with the same string. For example, `gs://test_bucket/test_file.txt` and `gs://test_bucket/test_file.txt/sub_file.txt` are both valid GCS objects. In the case this occurs, it looks...
1. Is this still being actively maintained? 2. Are there any plans to add support for Azure?
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20211216021012-1d35b9e2eb4e to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hi, i need to set the `Content-Disposition` header in the upload request, but I don't see any available option for that? Is setting this header value possible? I'm using this...
See https://github.com/viant/afs/issues/24 Attempt to fix errors when copying ZIP contents without explicit directory entries in file table, or possibly with different file table ordering. There are noted unit test failures...
# Expected Behavior ZIP Files are extracted and mapped to the local file system as per their file table for all cases of directory support. # Actual Behavior ZIP Files...