Closed kchugalinskiy closed 5 years ago
Hello!
You are on the right way. To use Object Storage as S3 compatible backend you need static access key. This entity contains values for access_key
(corresponds to id
of generated key) & secret_key
(secretKey
respectively) fields.
To get static access key follow steps:
skip_region_validation=true skip_credentials_validation=true
These ^^ two options in enough
Hello, could you please clarify correct configuration for storing state using s3 backend. I've noticed that this section is not covered by documentation at all.
The config I tried to use is
Output is
My friends have kindly suggested the following configuration, but it is still unclear what should be passed into
secret_key
andaccess_key
attributesIn this case output doesn't differ.
Could you please clarify this use case in documentation, as this is one of the most common use cases.