Hi,
I have some pipelines with upload step to S3 object storage using this plugin: http://plugins.drone.io/drone-plugins/drone-s3/
Right now, I’m saving the access key and secret key as secrets in drone.
I’m interested in saving these keys locally in every runner, or maybe run the runner with these variables in environment.
So the upload step in the pipeline will fetch these from there.
These is a way to manage it?
Thanks