Open oliverwolfat opened 1 year ago
Hi @oliverwolfat ! I was able to repro this and I see the issue here. I will report this as a bug for now and will relay to the team.
Just FYI, the files listed as invalid name is due to the '.' at the end of the object name and these files are skipped. This is an invalid blob name as seen in the note in this documentation: https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#blob-names.
@siminsavani-msft this also might be a good one to pick up!
Which version of the AzCopy was used?
Note: The version is visible when running AzCopy without any argument
10.17.0
Which platform are you using? (ex: Windows, Mac, Linux)
Linux/CentOS 7
What command did you run?
Note: Please remove the SAS to avoid exposing your credentials. If you cannot remember the exact command, please retrieve it from the beginning of the log file.
azcopy copy 'https://s3.amazonaws.com/hosting-linde-prod/' 'https://chcloudlindeprod.blob.core.windows.net/dambucket/ --recursive'
What problem was encountered?
Some blobs in S3 have invalid blob names and are not transfered. In the result summarization, there are however not skipped or failed copys, which leads to believe everything was fine.
Log Sample
Summary Sample
How can we reproduce the problem in the simplest way?
Have you found a mitigation/solution?
Not yet. Possible solution would be to use Azure Datafactory instead.