Skip to main content
Version: 2.0

S3 Plugin

Description

The S3 storage plugin stores file on an Amazon S3 Tier 2 server.

Configuration

Parameter NameTypeDescription
S3 server endpointUrl (String)Endpoint where to reach the desired S3 server, this should contain the whole url and stop just before the bucket
S3 server regionStringRegion of the S3 server, this must match the region configured on the server
S3 server keyStringKey (user) to access the server
S3 server secretStringSecret (password) to access the server
S3 server bucketStringName of the S3 bucket where the files should be stored
Storage root pathPath (String)Root path on the S3 server where the files will be stored (host/pathtobucket/rootPath/subdirectory/checksum)
Multipart upload parts sizeInteger (inmega bytes)For multipart upload, the file will be cut in part of this size
Multipart upload parallel partsIntegerFor multipart upload, number of parts that will be loaded in memory in REGARDS
Enable physical deletion of filesBooleanIf false, the files won't be deleted from the file system when they are deleted from regards
File Naming StrategyEnum (String)Either CHECKSUM (default) or FILENAME, determine how the file will be named on the file system