mirror of
https://github.com/distribution/distribution.git
synced 2025-06-25 06:52:21 +00:00
s3: add interface assertion
This was added for the other drivers in6b388b1ba6
, but it missed the s3 storage driver. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit5b3be39870
) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
2548973b1d
commit
2d62a4027a
@ -137,6 +137,8 @@ func (factory *s3DriverFactory) Create(parameters map[string]interface{}) (stora
|
||||
return FromParameters(parameters)
|
||||
}
|
||||
|
||||
var _ storagedriver.StorageDriver = &driver{}
|
||||
|
||||
type driver struct {
|
||||
S3 *s3.S3
|
||||
Bucket string
|
||||
|
Loading…
Reference in New Issue
Block a user