-
Notifications
You must be signed in to change notification settings - Fork 1
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
dot-path #210
Comments
|
Unfortunately, the schema code implicitly assumes that "." is a valid path. The call stack is deep enough we have to synthesize one rather than returning null. The best way I can think to do that is to create a /dev/null bucket that warns but does not error. |
arn:aws:s3:::nf-quilt-dev-null WARNING: you are attempting to write to a non-existent bucket |
Merged
Merged
drernie
added a commit
that referenced
this issue
Jun 17, 2024
#210 Use nf-quilt-dev-null bucket for relative paths And don't try to act on it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The newer nf-schema plugin seems to create relative URIs of the form:
quilt+s3://./
This breaks all our semantics. We should try to reproduce, then fix.
The text was updated successfully, but these errors were encountered: