We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--s3-no-check-bucket
1 parent 266bf27 commit a7bf15cCopy full SHA for a7bf15c
packages/playground/scripts/upload_bundle.mjs
@@ -49,6 +49,7 @@ const rcloneOpts = (process.env.CI
49
"--checkers 5000",
50
"--transfers 8",
51
"--buffer-size 128M",
52
+ "--s3-no-check-bucket",
53
"--s3-chunk-size 128M",
54
"--s3-upload-concurrency 8",
55
]
@@ -57,6 +58,7 @@ const rcloneOpts = (process.env.CI
57
58
59
"--transfers 16",
60
61
62
63
"--s3-upload-concurrency 16",
64
]).join(" ");
0 commit comments