• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to change access key and secret key for minio on centos 7

{{postValue.id}}

To Change Access Key and Secret Key for Minio on CentOS 7

Minio is best suited for storing unstructured data such as photos, videos, log files, backups and container / VM images. Size of an object can range from a few KBs to a maximum of 5TB. It is so simple to change the default access key and secret key for Minio on CentOS 7.

To Change Access Key and Secret Key

In order to change access and secret key, you will have to change it in config.json file. You can locate that file location by making use of the following command

[email protected] ~]# locate config.json
/root/.minio/config.json

Now that the file location is found, open it in the following manner.

[[email protected] ~]# vim /root/.minio/config.json 

In the file, there is a line access key and secret key, edit it with your new access key and secret key.

{
        " version" : " 22" ,
        " credential" : {
                " accessKey" : " zaq1xsw2cde3" ,
                " secretKey" : " 123456789" 
        },
        " region" : " " ,
        " browser" : " on" ,
        " domain" : " " ,
.
.
.

Access key should be min. 3 charcter Likewise Secret key should be min.8 charcter.

After that, you need to restart Minio service as follows.

[[email protected] ~]# systemctl restart minio

And then, open your browser and give http://localhost:9000(minio running port) as URL. You will be asked to provide the access and secret key, enter your new keys for both field and click login.
Secret key

The Minio browser now appears on your screen.

Minio

With this, the tutorial on how to change the access key and secret key for minio comes to an end.

Tags:
matthew
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

How to configure multiple locations on minio?

A

For configure multiple locations on minio, use the following link as given below "https://www.linuxhelp.com/how-to-configure-multiple-locations-on-minio-in-centos/"

Q

How to configure minio as a service on centos?

A

For configureminio as a service on centos, use the following link as given below , https://www.linuxhelp.com/how-to-configure-system-services-for-minio-on-centos-7/

Q

How to install this minio on centos 7?

A

For the installation of the Minio on CentOS, use the following link as given below "https://www.linuxhelp.com/how-to-install-minio-server-on-centos-7/"

Q

how to install and configure Minio on OpenSUSE?

A

For the installation and configuration of the Minio on OpenSUSE, use the following link as given below "https://www.linuxhelp.com/how-to-install-minio-on-opensuse-leap-42-3/"

Q

how to install and configure Minio on Ubuntu?

A

For the installation and configuration of the Minio on Ubuntu, use the following link as given below https://www.linuxhelp.com/how-to-install-minio-server-on-ubuntu-16-04/

Back To Top!
Rank
User
Points

Top Contributers

1
userNamelinuxhelp
30320

Top Contributers

userNamepaniisongsri
15190

Top Contributers

2
userNamejackson
8070

Top Contributers

3
userNamegabriel
3370

Top Contributers

4
userNamemason
3175
Can you help Hazel Audrin ?
What period of your life do you find you write about most often?

There are different ages where you can decide for yourself, and you love developing your writing skills. As a final point, it does not matter what age you are, whether you're a kid or a teen or an adult. You don't have to be an adult to write. Here are some life stages examples by ghost writing team.

Child.
• Hold the pencil in the right way and write letters correctly.
• Letters make different sounds, and you should know how to spell words based on how they sound.

Teenager.
• Continue to improve your typing, grammar, and vocabulary skills.
• Write more detailed stories about your personal experiences.

Young Adult.
• Continue to improve your typing, grammar, and vocabulary skills.
• Use planning techniques to look for and combine information from many different sources.

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2022 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.