shotgunsoftware / python-api

A Python-based library for accessing Flow Production Tracking API.
https://developer.shotgridsoftware.com/python-api
Other
308 stars 198 forks source link

SG-1279 Malware Status #167

Closed mdewolfe closed 6 years ago

mdewolfe commented 6 years ago

Adds handling for status codes returned when a file is pending, or failed, a malware scan.

mdewolfe commented 6 years ago

One outstanding issue, the queue_for_s3_upload field should be removed from the schema file. This is handled server side. https://github.com/shotgunsoftware/python-api/blob/master/tests/mockgun/schema.pickle#L10960

UPDATE: as per the conversation w/ JF Boismenu, this field is not being used and can stay for moment.

mdewolfe commented 6 years ago

@manneohrstrom PR updated with your and @daigles notes.