Skip to content

[exporter/googlecloudstorage] allow object compression #45337

@Alex-Souslik

Description

@Alex-Souslik

Component(s)

No response

Is your feature request related to a problem? Please describe.

The parallel AWS S3 exporter has compression, it'd be great to have that feature for GCS too.

Describe the solution you'd like

exporters:
  googlecloudstorage:
    encoding: text_encoding
    bucket:
      name: bucket-test
      project_id: project-test
      reuse_if_exists: true
      region: europe-west1
      file_prefix: app-logs
      compression: gzip # <- new key
      partition:
        prefix: archive
        format: "year=%Y/month=%m/day=%d/hour=%H"
      

Describe alternatives you've considered

No response

Additional context

No response

Tip

React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions