[PR #290] [MERGED] Customize time format for compatibility with Python client #488

Closed
opened 2026-03-03 12:30:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/290
Author: @fsouza
Created: 7/21/2020
Status: Merged
Merged: 7/21/2020
Merged by: @fsouza

Base: mainHead: fix-timestamp-foramt


📝 Commits (2)

  • 03ebeb6 Customize time format for compatibility with Python client
  • 36df51c examples/python: use download_to_filename instead of download_as_string

📊 Changes

5 files changed (+29 additions, -21 deletions)

View changed files

📝 examples/python/python.py (+9 -6)
📝 fakestorage/object.go (+4 -4)
📝 fakestorage/object_test.go (+4 -4)
📝 fakestorage/response.go (+6 -5)
📝 internal/backend/memory.go (+6 -2)

📄 Description

Todo

  • Update Python example to use code reported in #199

Closes #199.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/290 **Author:** [@fsouza](https://github.com/fsouza) **Created:** 7/21/2020 **Status:** ✅ Merged **Merged:** 7/21/2020 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `fix-timestamp-foramt` --- ### 📝 Commits (2) - [`03ebeb6`](https://github.com/fsouza/fake-gcs-server/commit/03ebeb66871fbca795dcbec9a1f931cc7c1b61d1) Customize time format for compatibility with Python client - [`36df51c`](https://github.com/fsouza/fake-gcs-server/commit/36df51cac60c4851a5c50b06cb89a37e0cc56062) examples/python: use download_to_filename instead of download_as_string ### 📊 Changes **5 files changed** (+29 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `examples/python/python.py` (+9 -6) 📝 `fakestorage/object.go` (+4 -4) 📝 `fakestorage/object_test.go` (+4 -4) 📝 `fakestorage/response.go` (+6 -5) 📝 `internal/backend/memory.go` (+6 -2) </details> ### 📄 Description Todo - [x] Update Python example to use code reported in #199 Closes #199. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:30:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#488
No description provided.