{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreidnvf2pjec7hjplv7zjtcil7puuvkt5u3mua5y2tjc4xkt5zumtxa",
"uri": "at://did:plc:pgryn3ephfd2xgft23qokfzt/app.bsky.feed.post/3mj3cqpo72332"
},
"path": "/t/how-should-i-write-to-bucket-from-a-space/175123#post_1",
"publishedAt": "2026-04-09T13:51:42.000Z",
"site": "https://discuss.huggingface.co",
"textContent": "I have a space, and a I have a bucket. I created them from web interface. then I mounted the bucket to the space (with Read & Write permission, to /data as default) with the space setting web interface.\n\nhowever, in the space, the /data folder shows it belongs to “nobody:nogroup“.\n\n\n ls -l /\n\n drwxr-xr-x. 2 nobody nogroup 0 Apr 9 12:20 data\n\n\nthe space code now **can** list and read the /data folder, but **cannot** write to it.\n\n\n mkdir u\n\n mkdir: cannot create directory 'u': Permission denied\n\n\ndid I miss something when creating and mounting them? how should I fix it?\n\nit’s a gradio space, so I don’t have Dockerfile to control how the bucket is mounted.",
"title": "How should I write to bucket from a space"
}