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

DM-31398: Handle absolute URIs in datastore with transfer=None export #559

Merged
merged 1 commit into from Aug 14, 2021

Conversation

timj
Copy link
Member

@timj timj commented Aug 13, 2021

Previously this worked for local file systems because uri.path
returns an absolute path and the system didn't notice the
bad logic. At IDF storing uri.path for an absolute URI gives
the path component "/CALIB/..." and drops the scheme and bucket
name. Now correctly trap an absolute URI with None transfer
mode.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

Previously this worked for local file systems because uri.path
returns an absolute path and the system didn't notice the
bad logic. At IDF storing uri.path for an absolute URI gives
the path component "/CALIB/..." and drops the scheme and bucket
name. Now correctly trap an absolute URI with None transfer
mode.
@timj timj merged commit 796cde7 into master Aug 14, 2021
@timj timj deleted the tickets/DM-31398 branch August 14, 2021 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants