Skip to content

Commit

Permalink
configure prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
fishnix committed Dec 19, 2019
1 parent 9d346dc commit 8faca9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions s3cache/s3cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func New(s3cache *common.S3Cache) *S3Cache {
return nil
}
s.Bucket = s3cache.Bucket
s.Prefix = s3cache.Prefix

sess := session.Must(session.NewSession(&config))
s.Service = s3.New(sess)
Expand Down

0 comments on commit 8faca9b

Please sign in to comment.