mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 14:15:49 +03:00
[PR #1115] [MERGED] feat(xml): add support for list objects #1207
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#1207
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?
📋 Pull Request Information
Original PR: https://github.com/fsouza/fake-gcs-server/pull/1115
Author: @goober
Created: 4/2/2023
Status: ✅ Merged
Merged: 5/9/2023
Merged by: @fsouza
Base:
main← Head:feature/xml-list-objects📝 Commits (1)
be4a0d6feat(xml): add support for list objects📊 Changes
6 files changed (+250 additions, -2 deletions)
View changed files
📝
fakestorage/object.go(+55 -0)📝
fakestorage/object_test.go(+108 -0)📝
fakestorage/server.go(+10 -0)📝
fakestorage/xml_response.go(+38 -2)📝
go.mod(+11 -0)📝
go.sum(+28 -0)📄 Description
This pull request aims to add support for listing objects according to the Google Cloud Storage XML API
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.