S3 giving me NoSuchKey error even when the key exists

前端 未结 2 2106
温柔的废话
温柔的废话 2021-02-13 01:44

This is my boto3 command for getting the object with a specific key from an S3 bucket:

resp = s3client.get_object(Bucket=\'<>-<>\', Key=\'MzA1MjY1Nzkz         


        
2条回答
提交回复
热议问题