fix: fallback bucket

#1
by Sarolanda - opened
Build Small Hackathon org
edited 26 days ago

Replaces the os.access(W_OK) check with a real write test. The org bucket reports writable but fails at runtime with Errno 5 (access revoked after the hackathon), which broke the app. It now falls back automatically to ./data or /tmp when /data isn't writable.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment