|
@ -22,8 +22,8 @@ type RemoteGatewayOptions struct { |
|
|
timeAgo *time.Duration |
|
|
timeAgo *time.Duration |
|
|
createBucketAt *string |
|
|
createBucketAt *string |
|
|
createBucketRandomSuffix *bool |
|
|
createBucketRandomSuffix *bool |
|
|
include *string |
|
|
|
|
|
exclude *string |
|
|
|
|
|
|
|
|
include *string |
|
|
|
|
|
exclude *string |
|
|
|
|
|
|
|
|
mappings *remote_pb.RemoteStorageMapping |
|
|
mappings *remote_pb.RemoteStorageMapping |
|
|
remoteConfs map[string]*remote_pb.RemoteConf |
|
|
remoteConfs map[string]*remote_pb.RemoteConf |
|
|