Skip to content

Tags: ftravaglia/pkg

Tags

v1.1.16

Toggle v1.1.16's commit message
implement usage of ExistingObjectTag in GetObjectAction

v1.1.15

Toggle v1.1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Increase lookupEnv timeout to 6.5 seconds (minio#25)

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>

v1.1.14

Toggle v1.1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
auto trim environment values for unexpected characters (minio#23)

v1.1.13

Toggle v1.1.13's commit message
add missing iam-policy statement SID

v1.1.12

Toggle v1.1.12's commit message
policy statements should preserve SID when cloning policies

v1.1.11

Toggle v1.1.11's commit message
update deps and remove go1.16 support

v1.1.10

Toggle v1.1.10's commit message
update madmin-go v1.1.19

v1.1.9

Toggle v1.1.9's commit message
build workflows on go1.17

v1.1.8

Toggle v1.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add certificate reload functions (minio#17)

Allows reload on os signal or manual reloads.

Some simplifications to existing code added.

First part of minio/minio#13662

* 1h -> 15m

v1.1.7

Toggle v1.1.7's commit message
add IsAllowedActions() to return all allowed actions

IsAllowedActions() returns a set of allowed actions
as per input arguments such as bucket, object name
resources and other variable policy conditions.