Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

[COMMON SETTINGS]

In order to use S3, please set in [COMMON SETTINGS] section the parameter StorageType = 12.

[STORAGE_S3]

ParameterDataTypeDescriptionDefault
ConnectionUserString

Depends on the used S3 endpoint.


Examples:

Amazon AWS → Access key ID


ConnectionPassString

Depends on the used S3 endpoint.

This parameter value will be encoded during the first startup.


Examples:

Amazon AWS → Secret access key



RegionString

Used for Amazon AWS.

Specify your AWS region here.


ProtocolString

http or https

https
AllowCreateBucketstrue / falseMust be set to false, if you want to use precreated buckets.TRUE
Request-Signer

Possible values:

  • NoOpSignerType
  • QueryStringSignerType
  • AWS3SignerType
  • AWS4SignerType
  • AWS4UnsignedPayloadSignerType
AWS4UnsignedPayloadSignerType
HashCheck

Checkbox /

Boolean

Enables or disables the hash-key check during document checkout (get).

Can be specified per contentrepository by adding a trailing "_<ContentRepository>".


Example: HashCheck_FI = FALSE

FALSE
RetentionPeriodInteger

Defines the amount of time (in months) from creation date until the documents should be protected from modification.

Can be specified per contentrepository by adding a trailing "_<ContentRepository>".


Example: RetentionPeriod_FI = 12


LockFiles

Checkbox /

Boolean

If enabled locks all objects in compliance mode during the create process.



BucketNameString

Defines the name of the bucket in which files will be archived.

Note for Amazon AWS

Every bucket name has to be unique throughout all Amazon regions!


EndPointString

URL for your S3 endpoint.

Should not be used in case of Amazon AWS. Use the Region parameter instead.


ClientOptionsString

Possible values:

  • PathStyleAccess


Values can be combined with a semicolon.


Example:

ClientOptions = PathStyleAccess:true;Parameter2:false

MaxConnectionsIntegerDefines the maximal number of opened connections.
ConnectionTimeoutIntegerTimeout for connections and read requests in seconds.
ContRepInPathtrue / false

TRUE: For every Contentrepository a directory will be created and documents and / or corresponding sub-directory-trees will be attached into this directory.

FALSE: Leading Contentrepository-directory will not be created.

FALSE
DocumentMetaDataRepresentationtrue / false

FALSE: The metadata of an filed document will be stored as content of the file.

TRUE: The metadata of an filed document will be stored as metadata of a 0-byte file.

TRUE
UseFlatStylePathtrue / false

TRUE: If this options is enabled KGS Store won't build a substructure tree, but save all files inside a single directory, the repository.

FALSE: If this option is being disable KGS Store will build a structure of sub-directory which represent the DocumentID.

TRUE
  • No labels