我正在尝试找到一个与boto3.resource('s3')等价物
boto3.resource('s3')
s3_connection = boto3.client('s3') s3_response = client.get_object_tagging()
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html?highlight=get_object_tagging#S3.Client.get_object_tagging
我还没有从资源中找到为对象返回相同信息的任何内容。
发布于 2019-09-13 00:37:07
不幸的是,它仍然是打开的功能请求状态。参见This。
https://stackoverflow.com/questions/57910466
相似问题