azurecopy
azurecopy copied to clipboard
copy blobs between azure, s3 and local storage
Hi, I downloaded the repository zip and unzipped at my end but i did not find any azurecopy.exe file. Can u help?
Instead of requiring account name/keys, should be able to authenticate to Azure using a SAS token URL.
Hello, I have System.OutOfMemoryException exception when I try to copy a big file (2.2 Gb) from Azure Blob to S3. Is there an option to solve it? Thanks!
I had problems accessing my AWS that's not located in the default region us-east-1, even when I used the region setting (using the commandline parameter). I changed the code in...
I'm trying to perform a copy form AWS S3 to Azure of a simple test.txt file azurecopy -i https://se.amazonaws.com/ -o https://.blob.core.windows.net/ -azurekey %AzureAccountKey% -s3k %AWSAccessKeyID% -s3sk %AWSSecretAccessKeyID% -blobcopy -db ......
I am getting error when i am trying copy data from s3 to azure blob. but i am able to list data from both amazon s3 and azure blob. error...
If blob exists in destination allow option to skip it.
Microsoft.WindowsAzure.Storage.StorageException: Unable to read data from the transport connection:
Unknown error generated. Please report to Github page https://github.com/kpfaulkner/azurecopy/issues . Can view underlying stacktrace by adding -db flag. Microsoft.WindowsAzure.Storage.StorageException: Unable to read data from the transport connection: An existing connection...
I am copying all files from an AWS S3 bucket to an Azure storage container. All files are blobs and there are no directories. I am using the binaries hosted...
Hi, I'm having the same issue as ticket #6. Would you be able to add region ca-central-1?