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

error while copying data, list is working fine. #37

Open
Sonam-sunny opened this issue May 22, 2018 · 6 comments
Open

error while copying data, list is working fine. #37

Sonam-sunny opened this issue May 22, 2018 · 6 comments

Comments

@Sonam-sunny
Copy link

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 types are 404 and 403.

@kpfaulkner
Copy link
Owner

Hi

Do you get any stacktrace at all?

Also, can you show me the exact command you used?

Thanks

Ken

@Sonam-sunny
Copy link
Author

Sonam-sunny commented May 23, 2018 via email

@Sonam-sunny
Copy link
Author

Sonam-sunny commented May 23, 2018 via email

@kpfaulkner
Copy link
Owner

Hi

The command looks wrong

azurecopy.exe -i "https://s3.amazonaws.com/name/receipts" -o "C:\Azureifcopies" -azurekey %AzureAccountKey% -s3k %AWSAccessKeyID% -s3sk %AWSSecretAccessKeyID% -blobcopy -destblobtype block

The key thing here is you're telling it to use "blobcopy" which can ONLY be used if the destination is Azure (sorry if that wasn't clear). So I'm thinking it's getting a bit mixed up when telling the destination is local file but also indicating Azure is a destination. If you remove -blobcopy what are your results?

@Sonam-sunny
Copy link
Author

Sonam-sunny commented May 25, 2018 via email

@kpfaulkner
Copy link
Owner

Can you provide the exact command you use for the Azure case (the one provided is for local filesystem). Also can you try it without -blobcopy

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants