opensearch-project / opensearch-oci-object-storage

OpenSearch Repository Plugin For Oci Object Storage
Apache License 2.0
7 stars 19 forks source link

fix path bugs, fix fixture issue with head request for empty objects #43

Closed samuel-oci closed 1 year ago

samuel-oci commented 1 year ago

Description

  1. Fixing path bugs related to build key when blob name is used.
  2. Fix fixture issue for head request when object is empty.

Issues Resolved

Previously when blobStoreContainer would call public InputStream readBlob(String blobName, long position, long length) with a base path set, we would get a 404 object not found

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.