Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
When enabling the S3 engine today, one must enter the S3 destination details along with the credentials they wish to use.
For ease of use, when using with AWS S3 (not other S3 compatible object storage), if deployed within an EC2 instance / containers / else, the credentials used to authenticate with the backend should follow the normal SDK credentials chain:
- Environment variables
- local configuration / profiles set
- containers urls
- iam profile
That will simplify the deployment of mariadb with S3 as the tables backend and use the available credentials in the same way other applications do.