logstash-plugins / logstash-output-google_cloud_storage

Apache License 2.0
9 stars 26 forks source link

deprecate `max_file_size_kbytes` and add `max_file_size` #25

Open josephlewis42 opened 6 years ago

josephlewis42 commented 6 years ago

We should deprecate max_file_size_kbytes and replace it with max_file_size which would use the :bytes validation type so users can enter human-readable numbers like 10mb and also have more fine-grained control over their desired file sizes.