标签: python amazon-s3
我有一个tar.gz文件,其中包含tsv中的多个s3文件,需要将其提取到另一个文件夹中。
tar.gz
tsv
s3
我在python中使用了tarfile库,并通过了tar.gz文件s3路径作为输入,但是却收到了一个dict object has not attribute tell的错误。
tarfile
dict object has not attribute tell
有人可以帮助我解决该问题吗?
谢谢, Rj