WIP: chore: migrate to object_store #4

Draft
matteo wants to merge 1 commit from feature/migrate-to-object-store into main
Owner

Move to the more modern and maintained object_store
library to access generic buckets.

We should be able also to do streaming of files now,
and proceed by implementing paginated results for listings
if we want.

Fixes #1.

Move to the more modern and maintained object_store library to access generic buckets. We should be able also to do streaming of files now, and proceed by implementing paginated results for listings if we want. Fixes #1.
matteo added 1 commit 2025-08-03 20:50:32 +02:00
Move to the more modern and maintained object_store
library to access generic buckets.

We should be able also to do streaming of files now,
and proceed by implementing paginated results for listings
if we want.

Fixes #1.
matteo force-pushed feature/migrate-to-object-store from 5d6648ecba to 63029c8b8e 2025-08-03 20:57:46 +02:00 Compare
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/migrate-to-object-store:feature/migrate-to-object-store
git checkout feature/migrate-to-object-store

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff feature/migrate-to-object-store
git checkout feature/migrate-to-object-store
git rebase main
git checkout main
git merge --ff-only feature/migrate-to-object-store
git checkout feature/migrate-to-object-store
git rebase main
git checkout main
git merge --no-ff feature/migrate-to-object-store
git checkout main
git merge --squash feature/migrate-to-object-store
git checkout main
git merge --ff-only feature/migrate-to-object-store
git checkout main
git merge feature/migrate-to-object-store
git push origin main
Sign in to join this conversation.
No reviewers
No labels
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: matteo/serves3#4
No description provided.