Open
Description
Is your feature request related to a problem? Please describe.
We are using nearline and archive clsss storage for some of the logs we are saving.
Typical operational costs are driven up dramatically by the fact the storage.object.get is being run constantly from this block in the plug in:
Describe the solution you'd like
Expose blind_write in the gcs output struct so it can be part of the fluentd output
Describe alternatives you've considered
We could use a different storage class, but in the long term this would be more expensive.