update deps && add impl Health Ready Live #143

Open
devstigneev wants to merge 1 commits from devstigneev/micro-store-s3:v3 into v3
Member

Pull Request template

Please, go through these steps before clicking submit on this PR.

  1. Give a descriptive title to your PR.
  2. Provide a description of your changes.
  3. Make sure you have some relevant tests.
  4. Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if applicable).

PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING

## Pull Request template Please, go through these steps before clicking submit on this PR. 1. Give a descriptive title to your PR. 2. Provide a description of your changes. 3. Make sure you have some relevant tests. 4. Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if applicable). **PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING**
devstigneev added 1 commit 2025-01-08 13:07:11 +03:00
devstigneev changed title from add impl Health Ready Live to update deps && add impl Health Ready Live 2025-01-08 13:07:27 +03:00
vtolstov requested changes 2025-04-27 23:10:21 +03:00
@ -329,0 +356,4 @@
return exist
}
func (s *s3Store) Health() bool {
Owner

чета слишком ресурсоемкая операция, а если бакетов много?

чета слишком ресурсоемкая операция, а если бакетов много?
Owner

и надо такое же на в4 сделать после правок по хелсу

и надо такое же на в4 сделать после правок по хелсу
Some checks failed
lint / lint (pull_request) Has been cancelled
test / test (pull_request) Has been cancelled
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u https://git.unistack.org/devstigneev/micro-store-s3 v3:devstigneev-v3
git checkout devstigneev-v3
Sign in to join this conversation.
No description provided.