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 \
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: