Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - download-all não funciona com arquivos multipart #26

Open
lfpicoloto1 opened this issue Oct 14, 2024 · 1 comment
Open

[BUG] - download-all não funciona com arquivos multipart #26

lfpicoloto1 opened this issue Oct 14, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lfpicoloto1
Copy link
Collaborator

logs de um download-all mal sucedido

Mgc-cli com problemas para executar o comando "mgc object-storage objects download-all"

Como fazer:

  1. Subir arquivos com mais de 7mb(multipart)
  2. Fazer um download-all da pasta/bucket com mgc-cli
    mgc version v0.28.0 (linux/amd64)

erro:

Downloading "s3://uploaded2/2-10000k/1/arquivo_1.txt" ... done! [0B in 0s]
Downloading "s3://uploaded2/2-10000k/1/arquivo_2.txt" ... done! [0B in 0s]
Downloading objects from: uploaded2/2-10000k/ [2 errors: ~ ... fail! [0 in 0s]
Downloaded from uploaded2/2-10000k/ to ./testess

Obs:

  1. Mesmo não fazendo o download ele retorna um "Downloaded"
  2. Se o objeto não existir ele retorna como se tivesse baixado, apesar de ter falhado

Downloading objects from: uploaded/1jkhj-10000k/1/ ... done! [0 in 232ms]
Downloaded from uploaded/1jkhj-10000k/1/ to ./teste111

Segue anexo logs da CLI

download-all.txt

@lfpicoloto1 lfpicoloto1 added the bug Something isn't working label Oct 14, 2024
@lfpicoloto1 lfpicoloto1 self-assigned this Oct 14, 2024
@ximenesyuri
Copy link

Observei o mesmo comportamento utilizando o download-all para fazer o download de subdiretórios de um bucket (versão v0.30.0).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants