David Choi

Results 5 issues of David Choi

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. Enable container run to block. 2. Container Exec API bindings.

https://github.com/viant/toolbox/blob/master/service_router.go#L127 Should most likely change to use either `http.Request.Path` or `http.Request.URL.String()` or similar. Use case is when parameter wants to read reserved character. It is not possible to pass `#`...

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...