s3sync-service icon indicating copy to clipboard operation
s3sync-service copied to clipboard

Realtime S3 synchronisation daemon

Results 11 s3sync-service issues
Sort by recently updated
recently updated
newest added

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6. Release notes Sourced from golangci/golangci-lint-action's releases. v6.0.0 What's Changed This version removes annotations option (because it was useless), and removes the default output format...

dependencies
github_actions

Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.16.15 to 1.16.17. Commits 8f3045a Update SDK's smithy-go dependency to v1.13.0 462d046 Update endpoints model 7aba71b Update API model 1609fe8 credentials/ssocreds: Add SSOTokenProvider for Bearer Token auth...

dependencies
go

Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) from 1.17.11 to 1.17.13. Commits 0805b74 Release 2024-05-10 8ba0718 Regenerated Clients 566a901 Update endpoints model 765a6d2 Update API model 0ac88f6 do NOT serialize empty lists in ec2query (#2630)...

dependencies
go

Bumps golang from 1.22.2-alpine3.19 to 1.22.3-alpine3.19. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.22.2-alpine3.19&new-version=1.22.3-alpine3.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.29.3 to 0.30.0. Commits fb932d2 Update dependencies to v0.30.0 tag d014286 Merge remote-tracking branch 'origin/master' into release-1.30 581c1b8 Update x/net for CVE-2023-45288 35ca1f4 Merge pull request #123932...

dependencies
go

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.29.3 to 0.30.0. Commits 37988e5 Merge remote-tracking branch 'origin/master' into release-1.30 c857a38 Update x/net for CVE-2023-45288 0407311 followup to allow special characters 25164f7 Merge pull request #123435...

dependencies
go

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.3 to 0.30.0. Commits 3aa4577 Update dependencies to v0.30.0 tag 2df4de1 Merge remote-tracking branch 'origin/master' into release-1.30 ade2ae2 Update x/net for CVE-2023-45288 b4632b7 Merge pull request #123932...

dependencies
go

**Is your feature request related to a problem? Please describe.** Current `/info` is used for health checks so it spams the logs. **Describe the solution you'd like** Add a dedicated...

enhancement

**Describe the bug** I was playing with the service with configuration copied from examples, trying to mount configmap as file. I got an error that confused me, and it took...

bug

Consider adding an optional cache for storing the sync status - list of files/s3 keys with checksums (maybe mtime) to speedup the initial sync which could take a lot of...

enhancement