Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • S seismic-dms-cpp-lib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Domain Data Management Services
  • Seismic
  • Seismic DMS Suite
  • seismic-dms-cpp-lib
  • Merge requests
  • !114

fix: empty chunks not being uploaded correctly with GCP

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jørgen Lind requested to merge jorgen.lind/gcp_empty_chunks into master Nov 26, 2021
  • Overview 10
  • Commits 1
  • Pipelines 4
  • Changes 2

OpenVDS has to be able to upload empty chunks. It is part of the VDS data specification that empty chunks exists as an object on cloud storage. Currently the code for GCP can not upload it because the http_request code assumes it is a file and not a data chunk with a header and footer.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: jorgen.lind/gcp_empty_chunks