refile / refile-s3

Amazon S3 Backend for Refile
MIT License
36 stars 88 forks source link

Pull request to fix the case with "cache" and "store" located in different buckets #33

Closed senotrusov closed 5 years ago

senotrusov commented 7 years ago

In case with cache and store located in different buckets, the copy_source must refer to correct bucket_name.

In my pull request I fixed this issue https://github.com/refile/refile-s3/pull/9

Please consider to merge that pull request.

My kindest regards, Stan

sobrinho commented 5 years ago

Thanks, I will follow up on #9.