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

[S3 Glacier] Unable to upload / download data from the remote cache #197

Open
LukasHromadnik opened this issue Jul 20, 2019 · 3 comments
Open
Labels
bug upstream Problem is upstream workaround Workaround exists

Comments

@LukasHromadnik
Copy link

Hello. :)

First of all thank you for all your hard work. We love using Rome.

Bug Report

After updating to the latest version 0.23.1.61 we are unable to upload or download any file from our remote cache. The previous version works just fine. When I use the verbose output I get this error

SerializeError (SerializeError' {_serializeAbbrev = Abbrev "S3", _serializeStatus = Status {statusCode = 400, statusMessage = "Bad Request"}, _serializeBody = Just "{\"code\":\"MissingParameterValueException\",\"message\":\"Required parameter missing: API version\",\"type\":\"Client\"}", _serializeMessage = "1:1 (0)-1:110 (109): Found content after root element: EventContent (ContentText \"{\\\"code\\\":\\\"MissingParameterValueException\\\",\\\"message\\\":\\\"Required parameter missing: API version\\\",\\\"type\\\":\\\"Client\\\"}\")"})

I tried to add the missing parameter to the AWS config file (see documentation) but it didn't help.

Steps which explain reproduce the bug

  1. Update to the latest version 0.23.1.61
  2. Run rome upload -v or rome download -v

Current behavior

Rome doesn't upload nor download any data from the remote cache.

Suggested behavior

Rome should upload or download any requested data from the remote cache.

Rome version:

0.23.1.61

OS and version:

macOS, 10.14.5

@LukasHromadnik LukasHromadnik changed the title Unable to upload / download data from remote cache Unable to upload / download data from the remote cache Jul 20, 2019
@tmspzz
Copy link
Owner

tmspzz commented Jul 20, 2019

Hi,

I don’t see this happening with S3. Can you help me reproduce?

@LukasHromadnik
Copy link
Author

I don't know if it makes a difference but we use Glacier instead of S3.

@tmspzz
Copy link
Owner

tmspzz commented Jul 22, 2019

@LukasHromadnik , don't use Glacier. There is a bug in the AWS library brendanhay/amazonka#511

If you still want to use Glacier, implement your own engine

@tmspzz tmspzz added bug upstream Problem is upstream workaround Workaround exists labels Jul 22, 2019
@tmspzz tmspzz changed the title Unable to upload / download data from the remote cache [S3 Glacier ]Unable to upload / download data from the remote cache Jul 22, 2019
@tmspzz tmspzz changed the title [S3 Glacier ]Unable to upload / download data from the remote cache [S3 Glacier] Unable to upload / download data from the remote cache Jul 22, 2019
@tmspzz tmspzz pinned this issue Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug upstream Problem is upstream workaround Workaround exists
Projects
None yet
Development

No branches or pull requests

2 participants