ghicks-rmn

Results 4 comments of ghicks-rmn

First, a correction/clarification (edit: of my first message above): The `ListBucketVersions` permission is only _required_ if `check_apikey_on_start` is true. It looks like the SDK returns true if `bucket.exists?` fails due...

@jcornaz I tried both configurations and get the same error. From what I can tell, `'v+([0-9])?(.{+([0-9]),x}).x'` should be interpreted as a series of *maintenance* branches, not *release* branches, so I'm...

Quick update: for some reason, using `'+([0-9])?(.{+([0-9]),x}).x'`, and converting everything else to use #.#.# (branch names, github actions trigger, and release tag), looks like it works fine. That leads me...

Adding a comment because I ran into an issue with this yesterday. Maybe there's a better way to handle it that I'm not seeing. In my repo, I have a...