skypilot icon indicating copy to clipboard operation
skypilot copied to clipboard

[Storage] Not select the correct bucket provider when the cloud is specified

Open Michaelvll opened this issue 3 years ago • 0 comments

The following yaml will upload the ~/tmp to the S3 bucket, instead of deciding by the cloud specified in resources.

resources:
  cloud: gcp

file_mounts:
  /test-path:
    name: sky-storage-test-tmp
    source: ~/tmp
    mode: COPY

Michaelvll avatar Aug 12 '22 06:08 Michaelvll