aws中boto和boto3的区别python aws,与S3相关
Difference between boto and boto3 in aws python aws, related to S3
Aws 发布了关于弃用 S3 路径的说明 https://aws.amazon.com/it/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/。在文档中,他们保证 AWS sdk 将得到保证,除非名称存在一些问题,如果 SDK 是最新版本。现在的问题是 AWS 有 2 python sdk,boto 和 boto3。我确信 boto3 不会有与存储桶路径相关的问题,但对于 boto,我还没有找到任何相关信息。 boto是和boto3一起更新的吗?
Going forward, API updates and all new feature work will be focused on Boto3.
因此 boto 不再获得任何 API 更新或功能。如果您查看链接的 github 页面,最后一次提交是在 1 年多以前。因此,S3 路径更改可能不会反映在 boto 中。
Aws 发布了关于弃用 S3 路径的说明 https://aws.amazon.com/it/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/。在文档中,他们保证 AWS sdk 将得到保证,除非名称存在一些问题,如果 SDK 是最新版本。现在的问题是 AWS 有 2 python sdk,boto 和 boto3。我确信 boto3 不会有与存储桶路径相关的问题,但对于 boto,我还没有找到任何相关信息。 boto是和boto3一起更新的吗?
Going forward, API updates and all new feature work will be focused on Boto3.
因此 boto 不再获得任何 API 更新或功能。如果您查看链接的 github 页面,最后一次提交是在 1 年多以前。因此,S3 路径更改可能不会反映在 boto 中。