1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-12 21:57:23 +03:00

Feature #4217: Add support for READ_LENGTH in Sunstone

This commit is contained in:
Jaime Melis 2016-04-15 18:09:52 +02:00
parent 0294ed455f
commit 67928b197d

View File

@ -112,6 +112,12 @@ define(function(require) {
label: Locale.tr("Force Path Style"),
tooltip: Locale.tr("Leave blank for Amazon AWS S3 service. If connecting to Ceph S3 it **must** be 'YES'."),
driver: 's3'
},
{
name: 'READ_LENGTH',
label: Locale.tr("Read Length"),
tooltip: Locale.tr("Split the file into chunks of this size (in MB). You should **never** user a quantity larger than 100. Defaults to 32 (MB)."),
driver: 's3'
}
]
/*