S3 to GCP
#10681
Replies: 1 comment 1 reply
-
|
Using the secret manager, can't you define a scope for the different buckets, then copy directly to GCP instead of first dumping it in /tmp ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am wondering if there is a better solution to do so. I have bunch of files in one cloud provider (lets says S3), then I need to run computation and save the results to another cloud provider (lets says Google).
Is there a way to do this properly?
For now, my process is the following:
I work, but It is quite IO intensive on the local /tmp save.
Beta Was this translation helpful? Give feedback.
All reactions