danilop / yas3fs

YAS3FS (Yet Another S3-backed File System) is a Filesystem in Userspace (FUSE) interface to Amazon S3. It was inspired by s3fs but rewritten from scratch to implement a distributed cache synchronized by Amazon SNS notifications. A web console is provided to easily monitor the nodes of a cluster.
http://danilop.github.io/yas3fs
MIT License
644 stars 98 forks source link

Big Sur compatibility? #189

Open jd6-37 opened 3 years ago

jd6-37 commented 3 years ago

Hi, since updating to Big Sur starting yas3fs causes my machine to lock up (spinning pin wheel of death and mostly unresponsive). Should this work in Big Sur or is it me? I've had a few random issues with other apps upgrading so it might be on my end. Here's my bash script:

#!/usr/bin/env bash

set -e # always immediately exit upon error

export AWS_ACCESS_KEY_ID=ABCDEFGHIJKLMNOP
export AWS_SECRET_ACCESS_KEY=bLaHBlAh69bLaHBlAh69bLaHBlAh69

yas3fs s3://mydomain.com /Users/me/s3-mydomain-com \
--topic arn:aws:sns:us-east-1:123456789012:s3-sns \
--region us-east-1 \
--new-queue \
jazzl0ver commented 3 years ago

I don't have Mac, so can't test. Sorry.

jd6-37 commented 3 years ago

I don't have Mac, so can't test. Sorry.

Okay. Thanks for the quick reply.