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 with Backblaze B2 #1

Open
ThatOneCalculator opened this issue Jul 9, 2023 · 0 comments
Open

Doesn't work with Backblaze B2 #1

ThatOneCalculator opened this issue Jul 9, 2023 · 0 comments

Comments

@ThatOneCalculator
Copy link

ThatOneCalculator commented Jul 9, 2023

After entering everything, this is the error I get:

? This is your last chance: Perform the migration? This may incur large egress and ingress fees. (Y/N)
> Y
| Collecting files...Exception in thread "main" org.jclouds.aws.AWSResponseException: request GET https://s3.us-east-005.backblazeb2.com/REDACTED?max-keys=32 HTTP/1.1 failed with code 400, error: AWSError{requestId='REDACTED', requestToken='REDACTED', code='InvalidRequest', message='The V2 signature authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256'}
	at org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent.handleError(ParseAWSErrorFromXmlContent.java:76)
	at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:65)
	at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:138)
	at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:107)
	at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:91)
	at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:74)
	at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:45)
	at org.jclouds.rest.internal.DelegatesToInvocationFunction.handle(DelegatesToInvocationFunction.java:156)
	at org.jclouds.rest.internal.DelegatesToInvocationFunction.invoke(DelegatesToInvocationFunction.java:123)
	at jdk.proxy2/jdk.proxy2.$Proxy53.listBucket(Unknown Source)
	at org.jclouds.s3.blobstore.S3BlobStore.list(S3BlobStore.java:177)
	at com.jortage.s3migrate.S3Migrate.main(S3Migrate.java:161)
- Collecting files... # spins forever

The V2 signature authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256

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

1 participant