Closed marcocastignoli closed 2 months ago
We created a Cloud Run Job on GCP that runs aws s3 sync, the upload is very slow. It is worth finding a faster S3 client.
aws s3 sync
I tried rclone but it seems to be slower than aws:
We created a Cloud Run Job on GCP that runs
aws s3 sync
, the upload is very slow. It is worth finding a faster S3 client.