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

Support SAS Token to access Azure Blob Storage #44

Merged
merged 2 commits into from
Oct 25, 2019

Conversation

morazow
Copy link
Contributor

@morazow morazow commented Oct 15, 2019

It makes it possible to use Azure Blob Store container SAS token when importing or exporting data to/from Exasol table. This is additional feature to previous Account Secret Key access usage.

Fixes #42.

@codecov
Copy link

codecov bot commented Oct 15, 2019

Codecov Report

Merging #44 into master will decrease coverage by 0.59%.
The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #44     +/-   ##
=========================================
- Coverage   94.35%   93.76%   -0.6%     
=========================================
  Files          25       25             
  Lines         567      577     +10     
  Branches       66       66             
=========================================
+ Hits          535      541      +6     
- Misses         32       36      +4
Impacted Files Coverage Δ
...main/scala/com/exasol/cloudetl/bucket/Bucket.scala 100% <100%> (ø) ⬆️
...a/com/exasol/cloudetl/bucket/AzureBlobBucket.scala 84% <69.23%> (-16%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2c3985...1c5f72f. Read the comment docs.

@morazow morazow merged commit eca9a11 into master Oct 25, 2019
@morazow morazow deleted the task/#42-sas-token-azure-blob-storage branch October 28, 2019 09:44
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.

Support Shared Access Signature (SAS) token for accessing Azure Blob Storage
1 participant