saltstack/salt

libcloud_storage.py.file_present getting object does not exists error

Fechada

#53.722 aberto em 5 de jul. de 2019

 (3 comentários) (0 reação) (0 responsável)Python (5.508 forks)batch import
Confirmedbuggood first issueseverity-medium

Métricas do repositório

Stars
 (13.710 estrelas)
Métricas de merge de PR
 (Mesclagem média 72d 6h) (221 fundiu PRs em 30d)

Description

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.

Guia do colaborador