芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/modules/S3Filestorage/Settings.php
aContainer = [ "Disabled" => new SettingsProperty( false, "bool", null, "Setting to true disables the module", ), "AccessKey" => new SettingsProperty( "", "string", null, "S3 storage access key", ), "SecretKey" => new SettingsProperty( "", "string", null, "S3 storage secret key", ), "Region" => new SettingsProperty( "", "string", null, "S3 storage region. For AWS S3, specify region value. For other S3-compatible services, for instance DigitalOcean Spaces, set to us-east-1 .", ), "Host" => new SettingsProperty( "", "string", null, "S3 storage hostname. For AWS S3, leave empty. For other S3-compatible services set to your endpoint value (e.g.: nyc1.digitaloceanspaces.com for Digital Ocean Spaces).", ), "BucketPrefix" => new SettingsProperty( "", "string", null, "Bucket prefix you wish to be used", ), "PresignedLinkLifetimeMinutes" => new SettingsProperty( 60, "int", null, "Lifetime of links with authentication token built into those, for use by external services such as OnlyOffice", ), "RedirectToOriginalFileURLs" => new SettingsProperty( true, "bool", null, "If true, files on S3 storage are obtained via redirect to their actual URLs", ), "UsePathStyleEndpoint" => new SettingsProperty( false, "bool", null, "If true, send requests to an S3 path style endpoint" ), ]; } }