Why can't I upload/list/etc my public bucket?
存储 API 中的公共桶仅意味着有一个可用的公共 URL,你可以用它来下载文件。其他的桶或文件操作都需要遵守该桶的存储策略。另外,你应该对所有其他操作使用正常路径,而不是带有“public”的公共 URL 路径。
🌐 A public bucket in the storage API only means there is a public URL available you can use to download the file. All other bucket or file operations require you to meet storage policies on that bucket. Note also you should use the normal path for all other operations and not the public URL path with 'public' in it.