lericson / simples3

Simple, quick Amazon AWS S3 interface in Python
BSD 2-Clause "Simplified" License
96 stars 36 forks source link

Need put_file return status #23

Open harisrinivaas opened 7 years ago

harisrinivaas commented 7 years ago

This not an issue but a small requirement.

There is no return type for put_file() method, hence could not decide whether the object is copied to S3 properly or not.