Sha256: 12af7057ba45ce9602b897b4d21180b038641f5fec09b332d7f11ea0e28d6a1a

Contents?: true

Size: 1.31 KB

Versions: 2

Compression:

Stored size: 1.31 KB

Contents

en:
  vagrant_s3auth:
    errors:
      missing_credentials: |-
        Unable to read AWS credentials from the environment.

        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

      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 with access key ID

            %{access_key}

        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 with access key ID

            %{access_key}

        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.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-s3auth-1.0.3 locales/en.yml
vagrant-s3auth-1.0.2 locales/en.yml