mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 06:05:54 +03:00
[GH-ISSUE #1632] 1.49.1 gives me "Invalid Date" error in ruby google cloud storage implementation #206
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#206
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AlvesJorge on GitHub (Jun 9, 2024).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/1632
Sorry don't have the time to provide a working reproducible example.
I tested 1.48, and 1.49.0 and I can confirm this only happens in 1.49.1
My implementation is a simple set client -> set bucket >
bucket.upload(bytes, path), and somehow I get an error saying "Invalid Date", where clearly I'm not setting anything date related in my upload arguments.@AlvesJorge commented on GitHub (Jun 9, 2024):
Of course, just so anyone else is getting this error, just specify 1.49.0 as your desired version
@AlvesJorge commented on GitHub (Jun 9, 2024):
Might be this change
@fsouza commented on GitHub (Jun 10, 2024):
Thanks for reporting and sorry for the breakage. I just published 1.49.2. Can you confirm that this issue is fixed in that release?
@AlvesJorge commented on GitHub (Jun 10, 2024):
Yes, it is indeed working normally!
No worries with the bug, this project is very useful and I'm very grateful for it, keep up the great work! 😄