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

Doesn't work if there is a period in bucket name #10

Open
gmxu opened this issue Jul 4, 2016 · 6 comments
Open

Doesn't work if there is a period in bucket name #10

gmxu opened this issue Jul 4, 2016 · 6 comments

Comments

@gmxu
Copy link

gmxu commented Jul 4, 2016

Hi, thanks for the tool!

If I have a period in my AWS bucket name, I am unable to grab the files from the bucket. I tested with two new buckets, one with and one without a period and I am unable to list or copy my files from the bucket with a period.

@kpfaulkner
Copy link
Owner

Hi

Ahh honestly never tried that, will fix that in the next release. Thanks for the info!

Ken

@OguzPastirmaci
Copy link

Hi,

Is this fixed? I have the latest release (1.4.0.7) and hitting the same issue.

@kpfaulkner
Copy link
Owner

Please try version 1.4.1 ( https://github.com/kpfaulkner/azurecopy/releases/tag/1.4.1 ) and let me know how it goes.

Sorry for the delay.

@phnxfire
Copy link

phnxfire commented Jun 8, 2017

I could perform the list of contents from Azure now - what was wrong was the azureAccessKey and the container URL.

Now I'm actually trying to perform the copy and I get

C:>azurecopy -i https://se.amazonaws.com/ -o https://.blob.core.windows.net/ -azurekey %AzureAccountKey% -s3k %AWSAccessKeyID% -s3sk %AWSSecretAccessKeyID% -blobcopy -destblobtype block blobName
-db
GetHandler start
GetHandler retrieved azurecopy.S3Handler
GetHandler start
GetHandler retrieved azurecopy.AzureHandler
Copy blob
Unable to start copying
Exception System.ArgumentException: The argument must not be empty string.
Parameter name: blobName
at Microsoft.WindowsAzure.Storage.Core.Util.CommonUtility.AssertNotNullOrEmpty(String paramName, String value)
at Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer.GetBlockBlobReference(String blobName, Nullable1 snapshotTime) at azurecopy.AzureBlobCopyHandler.StartCopy(BasicBlobContainer origBlob, String DestinationUrl, DestinationBlobType destBlobTyp e, Boolean skipIfExists) at azurecopy.AzureBlobCopyHandler.StartCopyList(IEnu merable1 origBlobList, String destinationUrl, DestinationBlobType destBlob
Type, Boolean debugMode, Boolean skipIfExists)
New Batch

Failed:
Aborted:
Pending:
Copy complete

@phnxfire
Copy link

phnxfire commented Jun 8, 2017

How do I do to copay all files at once?

@kpfaulkner
Copy link
Owner

kpfaulkner commented Jun 8, 2017 via email

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

4 participants