Skip to content

Commit a7bf15c

Browse files
committed
May need --s3-no-check-bucket option for R2 sync.
1 parent 266bf27 commit a7bf15c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/playground/scripts/upload_bundle.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const rcloneOpts = (process.env.CI
4949
"--checkers 5000",
5050
"--transfers 8",
5151
"--buffer-size 128M",
52+
"--s3-no-check-bucket",
5253
"--s3-chunk-size 128M",
5354
"--s3-upload-concurrency 8",
5455
]
@@ -57,6 +58,7 @@ const rcloneOpts = (process.env.CI
5758
"--checkers 5000",
5859
"--transfers 16",
5960
"--buffer-size 128M",
61+
"--s3-no-check-bucket",
6062
"--s3-chunk-size 128M",
6163
"--s3-upload-concurrency 16",
6264
]).join(" ");

0 commit comments

Comments
 (0)