Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

ADD: adding azure blob storage support #11

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Guilhermeslucas
Copy link

This pr adds support for azure blob storage and also fix the issues regarding s3 loggin information, that were wrong in some parts! Fix #5

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Found some fixes!

P.S. share your ideas, feedbacks or issues with us at https://github.com/fixmie/feedback (this message will be removed after the beta stage).

}

// Upload upload a file to blob
func (s *Storing) Upload(name string, contentType string, content []byte) (string, error) {
Copy link

Choose a reason for hiding this comment

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

two or more consecutive named function parameters share a type, you can omit the type from all but the last

Suggested change
func (s *Storing) Upload(name string, contentType string, content []byte) (string, error) {
func (s *Storing) Upload(name, contentType string, content []byte) (string, error) {

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azure support
1 participant