Skip to content

Tags: focusnetcloud/minio-pkg

Tags

v3.6.3

Toggle v3.6.3's commit message
chore: bump Go version to 1.26.1

v3.6.2

Toggle v3.6.2's commit message
chore: bump Go version to 1.26.1

v3.6.1

Toggle v3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add register permission (minio#213)

Add RegisterTable and RegisterView actions, as well as RegisterLocation condition

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add implicit s3:DeleteObject grant for s3tables:DeleteTable (mi…

…nio#211)

Add implicit permission so that s3tables:DeleteTable also grants
s3:DeleteObject. This enables table purging (DROP TABLE ... PURGE)
to delete underlying data files in the table's storage location.

This is needed because Spark's DROP TABLE ... PURGE performs
client-side deletes rather than using purgeRequested=true to let
the catalog handle deletion. This workaround grants the necessary
privilege until the issue is fixed in Spark/Iceberg upstream.

References:
- apache/iceberg#14743
- apache/iceberg#11023

v3.5.1

Toggle v3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix certificate reload issue when files are moved (minio#210)

v3.5.0

Toggle v3.5.0's commit message
fix: migrate to go.yaml.in/yaml/v3

v3.4.3

Toggle v3.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add tables namespace properties policy action (minio#206)

v3.4.2

Toggle v3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add callback server generation function (minio#194)

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add structs to assist with CLI OIDC login (minio#191)

v3.4.0

Toggle v3.4.0's commit message
Version v3.4.0