Hey there, I'm trying to use zip kit to upload my zip file as I am compressing it. Essentially it seems like what this example is doing. But, I'm getting a ZipKit::PathSet::Conflict error as shown:
Does anyone have any insights to this? For reference, I'm also using aws-sdk-s3 gem, version 1.119.2. My endpoint is a cloudflare R2 bucket which has the AWS S3 API compatibility. I've also tried updated my aws-sdk-s3 gem to the latest version and I have no luck.
Hey there, I'm trying to use zip kit to upload my zip file as I am compressing it. Essentially it seems like what this example is doing. But, I'm getting a
ZipKit::PathSet::Conflict
error as shown:Does anyone have any insights to this? For reference, I'm also using
aws-sdk-s3
gem, version 1.119.2. My endpoint is a cloudflare R2 bucket which has the AWS S3 API compatibility. I've also tried updated myaws-sdk-s3
gem to the latest version and I have no luck.Any help would be appreciated!