Giter Club home page Giter Club logo

Comments (6)

m90 avatar m90 commented on August 23, 2024 1

This seems to have been missed in #52 . The path also needs to be considered here

candidates := s.minioClient.ListObjects(context.Background(), s.c.AwsS3BucketName, minio.ListObjectsOptions{

If you want to open a PR I am happy to merge it, otherwise I should be able to fix this myself later today. Thanks for the detailed description.

from docker-volume-backup.

simboel avatar simboel commented on August 23, 2024 1

As I'm not a Go developer I'm feeling uncomfortable tinkering in this codebase. I would appreciate if you could fix this :)

from docker-volume-backup.

simboel avatar simboel commented on August 23, 2024 1

Thanks a lot. I tried v2.15.2 and it is working correctly now 👍

time="2022-04-15T09:23:16Z" level=info msg="None of 7 existing remote backup(s) were pruned."

from docker-volume-backup.

m90 avatar m90 commented on August 23, 2024

A fix for this is now released in v2.15.1, let me know if this resolves your issue.

from docker-volume-backup.

simboel avatar simboel commented on August 23, 2024

Thanks a lot for the fix.
Something is different now:

time="2022-04-14T21:14:10Z" level=warning msg="The current configuration would delete all 1 existing remote backup(s)."
time="2022-04-14T21:14:10Z" level=warning msg="Refusing to do so, please check your configuration."

It isn't looking at the root directory anymore (there are two "directories" as mentioned by the script with v2.15.0).
But this doesn't seem to be correct either: the path contains 5 files already and none of these are older than 7 days.

from docker-volume-backup.

m90 avatar m90 commented on August 23, 2024

It seems that when having path delimiters in your object keys, you also need to pass them to the S3 ListObjects call. Minio Client does this when you pass the Recursively option. I added this in #92 and will release it as v2.15.2

The one thing I do not understand yet though is: my personal Minio Server will always list objects recursively, no matter if I pass the flag or not. Maybe this is some accidental misconfiguration or a very old version but I'm not really sure. In any case AWS S3 as well as Backblaze B2 behave the way you describe and this is also what is described in the S3 spec, so it's probably safe to fix it like this.

from docker-volume-backup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.