• Home
  • Start Here
  • Archive
  • About
  • RSS
  • Home
  • Start Here
  • Archive
  • About
  • RSS

control minio token access

pixelated avatar of Waylon Walker with a yellow and pink background

Waylon Walker

Learning in Public @_WaylonWalker

Tags

  • dev
  • python

To allow access only to the , you can pass add the Resource field to the User Policy when you create a new token.


{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "admin:*"
      ]
    },
    {
      "Effect": "Allow",
      "Action": [
        "kms:*"
      ]
    },
    {
      "Effect": "Allow",
      "Action": [
        "s3:*"
      ],
      "Resource": [
        "arn:aws:s3:::<bucket>",
        "arn:aws:s3:::<bucket>/*"
      ]
    }
  ]
}
Reply by email

Recent Posts

  • uv s3 sync with dotenv 2025-10-26

  • First 3d Printed Threads 2025-10-24

  • starlette head request 2025-10-22

  • Don't copy your gitignore to stignore 2025-10-21

  • 3d Printing Dovetails Experiment 2025-10-12

  • python extras are for shipping 2025-10-3

  • Shots Get An Upgrade To the Main Feed 2025-9-20

  • zmk two hand hold down 2025-9-17

  • vanilla html hover text 2025-9-16

  • Why Make a Website in 2025 2025-9-16

Recent Thoughts

Recent Stars

  • ⭐ rushter selectolax 2025-8-4

  • ⭐ rqlite rqlite 2025-8-4

  • ⭐ caelestia-dots shell 2025-7-16

  • ⭐ kyantech Palmr 2025-7-8

  • ⭐ sst opencode 2025-6-24

  • ⭐ canonical checkbox 2025-6-18

  • ⭐ robinroy03 videoeditor 2025-6-10

  • ⭐ YaLTeR niri 2025-6-7

  • ⭐ zk-org zk 2025-6-6

  • ⭐ hougesen mdsf 2025-6-6

  • RSS
  • twitter
  • youtube
  • gaming-youtube
  • LinkedIn
  • GitHub
  • Dev.to
  • twitch
  • [email protected]

© 2024 - 2025