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
galaxy.managers.remote_files WARNING 2024-02-08 11:38:24,307 [pN:main.1,p:741299,tN:MainThread] Problem listing file source path FileSourcePath(file_source=<galaxy.files.sources.s3fs.S3FsFilesSource object at 0x7f3757090210>, path='/')
Traceback (most recent call last):
File "/home/nate/work/galaxy/lib/galaxy/managers/remote_files.py", line 84, in index
index = file_source.list(
^^^^^^^^^^^^^^^^^
File "/home/nate/work/galaxy/lib/galaxy/files/sources/__init__.py", line 296, in listreturnself._list(path, recursive, user_context, opts)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/nate/work/galaxy/lib/galaxy/files/sources/s3fs.py", line 54, in _list
fs =self._open_fs(user_context=user_context, opts=opts)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/nate/work/galaxy/lib/galaxy/files/sources/s3fs.py", line 84, in _open_fs
extra_props = opts.extra_props or {} if opts else {}
^^^^^^^^^^^^^^^^AttributeError: 'FilesSourceOptions' object has no attribute 'extra_props'
Describe the bug
Breaking commit from bisect is 6fb9349
Galaxy Version and/or server at which you observed the bug
Galaxy Version: 23.2.dev0
Commit: 6fb9349
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: