Skip to content

Commit dc4a0b6

Browse files
committed
Remove special case for S3 paths
1 parent b5f7f74 commit dc4a0b6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ path = "https://allencell.s3.amazonaws.com/aics/nuc-morph-dataset/hipsc_fov_nucl
4949
image = BioImage(path)
5050
print(image.get_image_dask_data())
5151
```
52-
If using an `s3://` path to access a public S3 bucket, the `BioImage` constructor must be given a dictionary with `anon: True` in the `fs_kwargs` argument.
53-
```python
54-
from bioio import BioImage
55-
path = "s3://allencell/aics/nuc-morph-dataset/hipsc_fov_nuclei_timelapse_dataset/hipsc_fov_nuclei_timelapse_data_used_for_analysis/baseline_colonies_fov_timelapse_dataset/20200323_09_small/raw.ome.zarr"
56-
image = BioImage(path, fs_kwargs=dict(anon=True))
57-
print(image.get_image_dask_data())
58-
```
5952

6053
## Issues
6154
[_Click here to view all open issues in bioio-devs organization at once_](https://github.com/search?q=user%3Abioio-devs+is%3Aissue+is%3Aopen&type=issues&ref=advsearch) or check this repository's issue tab.

0 commit comments

Comments
 (0)