tespkg / actions-cache

Cache to S3 storage with official actions/cache@v2 fallback
MIT License
75 stars 31 forks source link

Is it possible to specify a path prefix for the bucket? #42

Open crohr opened 8 months ago

crohr commented 8 months ago

Hello,

Does this action assume that you will dedicate an S3 bucket for it, or would it be possible to support a path prefix for it?

Thanks!

jackieli-tes commented 8 months ago

No it doesn't, it'll just use the bucket to store files.

crohr commented 8 months ago

Tanks for replying, but just to be sure: no way to configure a path prefix for all the objects stored, and no plan to support that feature in the future. Am I correct?

jackieli-tes commented 8 months ago

Not the moment. But I don't mind a PR!

crohr commented 8 months ago

Ok great, I'll see if I can do that, thanks!