This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch bucket_folder
in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git

commit 97b97ed254ec796c286cae37f512c1043a2fa807
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Mon Mar 10 12:18:58 2025 -0700

    fix problem uploading to a folder in a bucket
---
 cpc/Makefile     | 2 +-
 fi/Makefile      | 2 +-
 hll/Makefile     | 2 +-
 kll/Makefile     | 2 +-
 req/Makefile     | 2 +-
 tdigest/Makefile | 2 +-
 theta/Makefile   | 2 +-
 tuple/Makefile   | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/cpc/Makefile b/cpc/Makefile
index 59d8fb0..7fb9ff2 100644
--- a/cpc/Makefile
+++ b/cpc/Makefile
@@ -45,7 +45,7 @@ clean:
 
 upload: all
        @for file in $(ARTIFACTS); do \
-         gcloud storage cp $$file $(JS_BUCKET)/ ; \
+         gcloud storage cp $$file $(JS_BUCKET) ; \
        done
 
 # some functions (with shorter name) can call other functions (with suffix)
diff --git a/fi/Makefile b/fi/Makefile
index 9434984..92202d5 100644
--- a/fi/Makefile
+++ b/fi/Makefile
@@ -45,7 +45,7 @@ clean:
 
 upload: all
        @for file in $(ARTIFACTS); do \
-         gcloud storage cp $$file $(JS_BUCKET)/ ; \
+         gcloud storage cp $$file $(JS_BUCKET) ; \
        done
 
 # some functions (with shorter name) can call other functions (with suffix)
diff --git a/hll/Makefile b/hll/Makefile
index 51f46c4..d68815b 100644
--- a/hll/Makefile
+++ b/hll/Makefile
@@ -45,7 +45,7 @@ clean:
 
 upload: all
        @for file in $(ARTIFACTS); do \
-         gcloud storage cp $$file $(JS_BUCKET)/ ; \
+         gcloud storage cp $$file $(JS_BUCKET) ; \
        done
 
 # some functions (with shorter name) can call other functions (with suffix)
diff --git a/kll/Makefile b/kll/Makefile
index 92be429..9ec2e8a 100644
--- a/kll/Makefile
+++ b/kll/Makefile
@@ -46,7 +46,7 @@ clean:
 
 upload: all
        @for file in $(ARTIFACTS); do \
-         gcloud storage cp $$file $(JS_BUCKET)/ ; \
+         gcloud storage cp $$file $(JS_BUCKET) ; \
        done
 
 # some functions (with shorter name) can call other functions (with suffix)
diff --git a/req/Makefile b/req/Makefile
index f453812..b07e7af 100644
--- a/req/Makefile
+++ b/req/Makefile
@@ -46,7 +46,7 @@ clean:
 
 upload: all
        @for file in $(ARTIFACTS); do \
-         gcloud storage cp $$file $(JS_BUCKET)/ ; \
+         gcloud storage cp $$file $(JS_BUCKET) ; \
        done
 
 create:
diff --git a/tdigest/Makefile b/tdigest/Makefile
index afaca8d..1ae8dff 100644
--- a/tdigest/Makefile
+++ b/tdigest/Makefile
@@ -45,7 +45,7 @@ clean:
 
 upload: all
        @for file in $(ARTIFACTS); do \
-         gcloud storage cp $$file $(JS_BUCKET)/ ; \
+         gcloud storage cp $$file $(JS_BUCKET) ; \
        done
 
 # some functions (with shorter name) can call other functions (with suffix)
diff --git a/theta/Makefile b/theta/Makefile
index 8b77bf7..997b4cb 100644
--- a/theta/Makefile
+++ b/theta/Makefile
@@ -45,7 +45,7 @@ clean:
 
 upload: all
        @for file in $(ARTIFACTS); do \
-         gcloud storage cp $$file $(JS_BUCKET)/ ; \
+         gcloud storage cp $$file $(JS_BUCKET) ; \
        done
 
 # some functions (with shorter name) can call other functions (with suffix)
diff --git a/tuple/Makefile b/tuple/Makefile
index d8d8954..3d709d7 100644
--- a/tuple/Makefile
+++ b/tuple/Makefile
@@ -46,7 +46,7 @@ clean:
 
 upload: all
        @for file in $(ARTIFACTS); do \
-         gcloud storage cp $$file $(JS_BUCKET)/ ; \
+         gcloud storage cp $$file $(JS_BUCKET) ; \
        done
 
 # some functions (with shorter name) can call other functions (with suffix)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to