Skip to content

ExternalObjectRequest compression #42

Description

@abrown-RV

on the REST side we have a way for the client to request a compression method in the response. This is currently not possible with gRPC

Suggest adding PayloadEncoding payload_encoding = <> to ExternalObjectRequestPayload May also need to pull enum PayloadEncoding out into the global scope.

openapi.yaml has this for the asset request

    - name: compression
      in: query
      required: false
      description: The compression method to use. If not provided, the asset will be sent uncompressed.
      schema:
        type: string
        enum: [UNCOMPRESSED, GZIP, DEFLATE]
      example: "UNCOMPRESSED"

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