Swift
Note
The only mandatory parameters are Name, Driver, BucketName, HostName, Protocol, AccessKey and SecretKey.
Cloud {
Name = MyCloud
Driver = "Swift" # mandatory
HostName = "MySwiftHost" # mandatory
Protocol = "http" # mandatory. Values: "http" or "https"
BucketName = "MySwiftContainer" # mandatory
AccessKey = "MySwiftUser" # mandatory
SecretKey = "MySwiftPassword" # mandatory
# optional directives
Truncate Cache = AfterUpload
Upload = EachPart
MaximumUploadBandwidth = 5MB/s
}
Go back to: Cloud Resource Examples.