You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quero testar a API de buckets (object storage) da Amazon, mais especificamente, quero rodar esta suíte de testes aqui contra uma conta recém criada minha. Para tanto precisarei de:
SERVER_ENDPOINT
ACCESS_KEY
SECRET_KEY
e talvez SERVER_REGION
Esta thread é para documentar como conseguir estes dados.
How to Generate Secret Keys?
Let’s walk through the process of generating your secret keys:
Sign in to your AWS Management Console: Navigate to your AWS Management Console and log in. If you don’t have an account, you’ll need to create one.
Access the IAM (Identity and Access Management) service: In the AWS services search bar, type ‘IAM’, and select it.
Create a new user or select an existing user: In the IAM Dashboard, go to ‘Users’. If you’re creating a new user, click on ‘Add user’. If you’re using an existing user, click on their username.
Set permissions and generate a new access key: If creating a new user, provide necessary permissions, and proceed. AWS provides an option to generate an access key at the end of this process. For an existing user, navigate to the ‘Security credentials’ tab and click on ‘Create access key’.
Store your secret key securely: On creation, AWS will display your new access and secret key only once. Make sure to download or copy them somewhere safe. If lost, you cannot recover them, and you’ll have to generate a new pair.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Quero testar a API de buckets (object storage) da Amazon, mais especificamente, quero rodar esta suíte de testes aqui contra uma conta recém criada minha. Para tanto precisarei de:
SERVER_ENDPOINTACCESS_KEYSECRET_KEYSERVER_REGIONEsta thread é para documentar como conseguir estes dados.
Beta Was this translation helpful? Give feedback.
All reactions