mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 08:02:18 +00:00
--s3-no-cache-buckets
This commit is contained in:
@@ -52,6 +52,7 @@ pub async fn build_tar_and_push(bucket: &str, folder: String) -> error::Result<(
|
||||
"-v",
|
||||
"--size-only",
|
||||
"--fast-list",
|
||||
"--s3-no-check-bucket",
|
||||
],
|
||||
)
|
||||
.await
|
||||
@@ -245,6 +246,7 @@ pub async fn copy_cache_to_bucket_as_tar(bucket: &str) {
|
||||
"-v",
|
||||
"--size-only",
|
||||
"--fast-list",
|
||||
"--s3-no-check-bucket",
|
||||
],
|
||||
)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user