Sha256: ae3b8685e14c5e2c4e6dd62eacfd9ff8651a3fa4adca0913ef2a8aec4ec3ef60

Contents?: true

Size: 1.85 KB

Versions: 4

Compression:

Stored size: 1.85 KB

Contents

en:
  vagrant_s3auth:
    downloader:
      env_credential_provider: |-
        Signing S3 request with key '%{access_key}' loaded from $%{env_var}

      profile_credential_provider: |-
        Signing S3 request with key '%{access_key}' loaded from profile '%{profile}'

      profile_credential_config: |-
        Signing S3 request with profile '%{profile}' loaded from ~/.aws/config

    errors:
      missing_credentials: |-
        Unable to find AWS credentials.

        Ensure the following variables are set in your environment, or set
        them at the top of your Vagrantfile:

            AWS_ACCESS_KEY_ID
            AWS_SECRET_ACCESS_KEY

        Alternatively, you can create a credential profile and set the

            AWS_PROFILE

        environment variable. Consult the documentation for details.

      malformed_shorthand_url: |-
        Malformed shorthand S3 box URL:

            %{url}

        Check your `box_url` setting.

      s3_api_error: |-
        Unable to communicate with Amazon S3 to download box. The S3 API reports:

            %{error}

      bucket_location_access_denied_error: |-
        Request for box's Amazon S3 region was denied.

        This usually indicates that your user account is misconfigured. Ensure
        your IAM policy allows the "s3:GetBucketLocation" action for your bucket:

            arn:aws:s3:::%{bucket}

      box_download_forbidden: |-
        This box is hosted on Amazon S3. A 403 Forbidden error usually indicates
        that your user account is misconfigured. Ensure your IAM policy allows
        the "s3:GetObject" action for your bucket:

            arn:aws:s3:::%{bucket}/*

        It may also indicate the box does not exist, so check your spelling.
      
      set_credentials_from_profile_error: |-
        Error while trying to set credententials for profile '%{profile}'

            %{error}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vagrant-s3auth-mfa-1.5.0 locales/en.yml
vagrant-s3auth-mfa-1.4.3 locales/en.yml
vagrant-s3auth-mfa-1.4.2 locales/en.yml
vagrant-s3auth-mfa-1.4.1 locales/en.yml