In Athento, to configure the connections to S3 Blob Storage, we have to create an object from the advanced Django administrator: StorjConnection if we want to make the connection with Storj and OVHConnection if we want to make the connection with OVH.
When creating it, we will see the following fields to fill in:
-
Access_key: Access key provided by the blob storage provider.
-
Secret_key: Secret key provided by the blob storage provider.
-
Endpoint_url: Url provided by the blob storage provider.
-
Bucket_name: Bucket name where we want to save the files in the blob storage.
-
Team: Team for which this connection is applied, if it is empty it is the default connection for the teams that have no connection created.
-
secret_name: Name of the key with which the binaries will be encrypted before uploading them to the blob storage. This key must be in the Athento vault.
-
region_name: Name of the region where the blob storage is located. Provided by the blob storage provider
With these fields created, the upload to the blob storage can be done.
Comments
0 comments
Please sign in to leave a comment.