Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added x-minio-replication-actual-object-size to allowed headers #1946

Merged
merged 2 commits into from
Mar 10, 2024

Commits on Mar 5, 2024

  1. Added x-minio-replication-object-size to allowed headers

    Need to send actual object size while replicating a multipart
    object as parts would be replicated as is with their encrypted
    content and content length. Later at target while creating xl.meta
    for the completed object, we need the actual object size be set as
    `X-Minio-Internal-actual-size`
    
    Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io>
    shtripat committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    64a824f View commit details
    Browse the repository at this point in the history
  2. review comments

    Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io>
    shtripat committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0135870 View commit details
    Browse the repository at this point in the history