mirror of
https://github.com/distribution/distribution.git
synced 2025-08-30 12:55:30 +00:00
Merge pull request #4008 from thaJeztah/s3_interface_assert
This commit is contained in:
commit
368511da8a
@ -151,6 +151,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