saltstack/salt

libcloud_storage.py.file_present getting object does not exists error

Chiusa

#53.722 aperta il 5 lug 2019

 (3 commenti) (0 reazioni) (0 assegnatari)Python (5508 fork)batch import
Confirmedbuggood first issueseverity-medium

Metriche repository

Star
 (13.710 stelle)
Metriche merge PR
 (Merge medio 72g 6h) (221 PR mergiate in 30 g)

Descrizione

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.

Guida contributor