-
Hi Vector team, We have an use case where we want to push compressed files directly to S3. Would it be possible for Vector not to open those files and just push them to S3 directly? |
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
Jun 7, 2023
Replies: 1 comment
-
Hi @luisloros ! If you just want to copy files to S3, I think the AWS CLI would be a better bet. You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
luisloros
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @luisloros ! If you just want to copy files to S3, I think the AWS CLI would be a better bet. You can use
aws s3 sync
oraws s3 cp
to copy files to S3.