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
Consequently, anonymous access to S3 datasets is not currently possible, and presumably there are other impacts on other protocols. This should be fixed.
If universal_pathlib provides an API to access these additional parameters, we could consider adding a column to the BIDSFile model and use it while reconstructing. Another approach could be to mutate BIDSFiles after creation, provided the access happens through a BIDSLayout method call that has access to ._root. Alternately, if we could somehow put this information in the SQLAlchemy session, then the BIDSFile.path property could access it on demand.
The text was updated successfully, but these errors were encountered:
The sqlalchemy serialize/deserialize loop makes it nontrivial to keep track of keyword arguments. For example:
Consequently, anonymous access to S3 datasets is not currently possible, and presumably there are other impacts on other protocols. This should be fixed.
Some previous notes from #1094:
The text was updated successfully, but these errors were encountered: