> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Amazon S3 with AWS IAM Credentials – StackOne Hub

> Link a Amazon S3 account in the StackOne Hub using AWS IAM Credentials. End-user guide to authorize the integration and start using Amazon S3 actions.

<section data-guide-section data-guide-scopes="">
  <h2>Create an IAM User</h2>

  <p>Sign in to the <a href="https://console.aws.amazon.com/iam/" target="_blank" rel="noopener noreferrer">AWS IAM Console</a> and go to <strong>Users > Create user</strong>.</p>

  <Steps>
    <Step title="Set user name">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Enter a name (e.g., `stackone-s3`) and click <strong>Next</strong>.</p>
      </div>
    </Step>

    <Step title="Attach permissions">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Choose <strong>Attach policies directly</strong> and attach `AmazonS3FullAccess` (or a custom policy with only the S3 permissions required).</p>
      </div>
    </Step>

    <Step title="Generate access keys">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Select the new user, go to <strong>Security credentials > Create access key</strong>, choose <strong>Third-party service</strong>, and save both the <strong>Access Key ID</strong> and <strong>Secret Access Key</strong>.</p>

        <ul>
          <li>Save the Secret Access Key immediately — it cannot be retrieved again after creation.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<div data-whitelabel-hide>
  <h2>Linking the Account from the Hub</h2>

  <Steps>
    <Step title="Navigate to the Hub">
      Use one of the three <a href="/guides/accounts-section#linking-accounts">Linking Account Methods</a> to access the Hub.
    </Step>

    <Step title="Fill out the fields">
      Fill out the following fields using details from your provider:

      <ul>
        <li><strong>Access Key ID</strong></li>
        <li><strong>Secret Access Key</strong></li>
        <li><strong>AWS Region</strong></li>
      </ul>
    </Step>

    <Step title="Connect">
      <ul>
        <li>Click <strong>Connect</strong></li>
        <li>If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider's authorization flow.</li>
        <li>Once authorization is successful, you will see a confirmation popup</li>
      </ul>
    </Step>
  </Steps>

  <p>If the account linking is successful, you will see the newly linked account in your <a href="/guides/accounts-section">Accounts</a> page.</p>
</div>
