Specify path for restoring cache for drone-s3-cache

http://plugins.drone.io/drone-plugins/drone-s3-cache/ seems to always restore the contents of the cached archive into the source directory. Is there a way to configure it to restore it to a different path? I didn’t see one in the parameter reference.

I’m able to work around this by using cp commands in my steps, but it’s not ideal.

If relevant, here’s my drone.yml: https://github.com/code-dot-org/code-dot-org/blob/de02701ac4415e21520c49c1178e765e9789d167/.drone.yml