Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use S3 instead of minio #60

Open
vitalii-b3 opened this issue Feb 23, 2023 · 1 comment
Open

Use S3 instead of minio #60

vitalii-b3 opened this issue Feb 23, 2023 · 1 comment

Comments

@vitalii-b3
Copy link

It looks as if minio connection settings are hardcoded here. Is there a way to make this configurable so that we can use S3 instead of minio? We would also like to be able to enable https for S3 connections in this configuration

@mrsombre
Copy link

mrsombre commented Feb 5, 2024

Try this

      RP_FEATURE_FLAGS: singleBucket
      DATASTORE_TYPE: s3
      DATASTORE_REGION: $S3_REGION
      DATASTORE_DEFAULTBUCKETNAME: $S3_BUCKETNAME
      DATASTORE_ACCESSKEY: $S3_ACCESSKEY
      DATASTORE_SECRETKEY: $S3_SECRETKEY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants