DistributedScience / Distributed-CellProfiler

Run encapsulated docker containers with CellProfiler in the Amazon Web Services infrastructure.
https://distributedscience.github.io/Distributed-CellProfiler/
Other
39 stars 25 forks source link

Fix docs: s3fs does not like dots in bucket names if your region is not us-east-1 #84

Closed shntnu closed 2 years ago

shntnu commented 6 years ago

Reported by @mwawer

mwawer commented 6 years ago

s3fs will fail with: s3fs.cpp:s3fs_check_service(3813): unable to connect(host=https://s3.amazonaws.com) - result of checking service

For details, see: https://github.com/s3fs-fuse/s3fs-fuse/wiki/FAQ#q-https-connecting-failed-if-bucket-name-includes-dot-

ErinWeisbart commented 2 years ago

Added to documentation in #135.