Skip to content

add support for presigned SAS tokens for Azure blob store#21

Draft
chenosaurus wants to merge 1 commit into
mainfrom
dc/azure_sas_token
Draft

add support for presigned SAS tokens for Azure blob store#21
chenosaurus wants to merge 1 commit into
mainfrom
dc/azure_sas_token

Conversation

@chenosaurus
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown
Contributor

@biglittlebigben biglittlebigben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No real comment on the actual SAS token part, but some nits. Also while the test for this package are currently pretty sparse, this may be an opportunity to (ask Claude to) write one for the new functionality.

Comment thread azure.go
switch {
case sasToken != "":
if conf.AccountKey != "" {
logger.Warnw("azure: both account_key and sas_token configured, using sas_token", nil)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We usually do not log warnings for bad user provided input. Even less so here where there is no actual failure.

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.

2 participants