Skip to content

out_azure_blob: increase buffer dir name size to avoid truncating the directory #12062

Description

@sarkisjad

Is your feature request related to a problem? Please describe.
Inside the plugins/out_azure_blob/azure_blob.c in the azure_blob_store_init() method, we set char tmp[64];. This is causing an issue for when the output directory names are too long, then become truncated.

Describe the solution you'd like
Could we make it longer to 1024 as is the case in other outputs like S3?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions