nx-aws icon indicating copy to clipboard operation
nx-aws copied to clipboard

Fix: Using bucket path on windows and linux makes different cache files

Open Banegasn opened this issue 1 year ago • 1 comments

if i use option awsBucket: "bucket-name/path-to-a-folder"

in windows will create

bucket-name
  "path-to-a-folder\hash.tgz"

and in linux `

bucket-name
   path-to-a-folder
      "hash.tgz"

making different caches for each of them

Banegasn avatar Jan 15 '24 12:01 Banegasn

☁️ Nx Cloud Report

CI is running/has finished running commands for commit b185c0bc89572f7bee1defef7c6da015eb03eec2. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


⌛ The following target is in progress

✅ Successfully ran 4 targets

Sent with 💌 from NxCloud.

nx-cloud[bot] avatar Jan 15 '24 12:01 nx-cloud[bot]

Closing as https://github.com/bojanbass/nx-aws/pull/645 was merged.

bojanbass avatar Aug 10 '24 11:08 bojanbass