桶目录 bucket-dir是用于为AWS S3存储桶生成可浏览目录树的实用程序。 它的构建是为了在S3中托管Maven和Ivy存储库并通过CloudFront为它们提供服务,但它也可以满足其他需求。 安装 pip install bucket-dir 用法 使用您要索引的存储桶的名称作为参数运行bucket-dir : bucket-dir foo-bucket 如果您只想上传存储桶特定部分的索引,请使用--target-path 。 这将为指向该路径的文件夹以及该路径下的所有内容生成索引: # These all update the root index, foo-folder's index, and everything underneath foo-folder bucket-dir foo-bucket --target-path '/foo-folder/foo-o