saltstack/salt

libcloud_storage.py.file_present getting object does not exists error

已關閉

#53,722 建立於 2019年7月5日

 (3 則留言) (0 個反應) (0 位負責人)Python (5,508 個分叉)batch import
Confirmedbuggood first issueseverity-medium

倉庫指標

星標
 (13,710 顆星)
PR 合併指標
 (平均合併 72天 6小時) (30 天內合併 221 個 PR)

描述

libcloud_storage.py.file_present getting object not exists error.

download_zip_file: libcloud_storage.file_present: - path: C:\Download - name: ObjectName - container: ContainerName - profile: googleprofile - overwrite_existing: True

While executing getting below error ObjectDoesNotExistError: in <libcloud.storage.drivers.google_storage.GoogleStorageDriver object at 0x05845F50>

Found an issue salt/states/libcloud_storage.py Line number 194, the parameter passed to download_object function is incorrect.

貢獻者指南