使用duplicity备份时如何删除GnuPG加密?

oky*_*eni 5 python gnupg amazon-web-services duplicity

我试过这个命令:

duplicity full --s3-use-new-style --no-encryption /Location s3+http://${bucket}/${folder} 
Run Code Online (Sandbox Code Playgroud)

但它仍然加密我的s3文件夹上的文件.我想要的是当我运行命令并且/ Location文件夹包含txt1,txt2,txt3时,我将在我的s3文件夹中看到txt1,txt2,txt3.

谢谢 :)