saltstack/salt
libcloud_storage.py.file_present getting object does not exists error
已关闭
#53,722 创建于 2019年7月5日
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.