Save variables in runner environment

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

Hi,

I think drone runner environment file might work for you. https://docs.drone.io/runner/docker/configuration/reference/drone-runner-env-file/ you can reference the access keys via this file in your runners once mounted.