Skip to content

Commit

Permalink
chore(lint): lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
nesangcode committed Apr 20, 2024
1 parent 5bfc6f4 commit b1bfd65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/storage/s3/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
// - AWS_SESSION_TOKEN - [optional]
// - AWS_FORCE_PATH_STYLE - [optional]
// For information how to get your keyId and access key turn to official aws docs: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/setting-up.html.

type Storage struct {
bucket string
uploader *manager.Uploader
Expand Down

0 comments on commit b1bfd65

Please sign in to comment.