Amazon AWS S3 Free
ByCrowdinVerified Author

Translation connector for your cloud hosted files

Install

Amazon AWS S3 localization with Crowdin

Copy link

Translate your Amazon AWS S3 content with ease. Setup integration once, define your localization workflow and spend less time managing translations.

Amazon S3 bucket is a public cloud storage resource available in Amazon Web Services' (AWS) Simple Storage Service (S3), an object storage offering.

Features at a glance

Copy link
  • Quick translation of your files stored at Amazon AWS S3.
  • Manual content synchronization before and after translation.
  • Auto-sync of source content and translations.
  • WYSIWYG file preview for translators.
  • Quick sync and translation of even minor content updates, like a new sentence or a changed word.

Setting up the Amazon AWS S3 connector

Copy link

After installing the application, you will find it in your project Integrations section.

Follow the instructions on the screen to connect your Amazon AWS S3 account.

Screenshot

Manual synchronization

Copy link

To import content for translation from Amazon AWS S3, follow these steps:

  1. Open the Amazon AWS S3 integration.
  2. In the Amazon AWS S3 section (right panel), select the files that should be translated.
  3. Click Sync.

To export translations to Amazon AWS S3, follow these steps:

  1. Open the Amazon AWS S3 integration.
  2. In the left section, select the files that will be synced to Amazon AWS S3.
  3. Click Sync to Amazon AWS S3.

Screenshot

Auto content synchronization

Copy link

To automatically import content for translation from Amazon AWS S3 choose files and click Scheduled sync in the right panel in the Amazon AWS S3 integration. The file you chose will be pushed once at a scheduled time (by default, it is done once a day). The same button is used to export translated files from Crowdin to Amazon AWS S3 (in the left panel). You may disable this by clicking Disable Sync.

The following minimum permissions on the AWS side are required:

  • ListBucket
  • DeleteObject
  • GetObject
  • PutObject
  • PutObjectACL
  • ListAllMyBuckets

Example policy:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "s3:ListBucket",
                "s3:DeleteObject",
                "s3:GetObject",
                "s3:PutObject",
                "s3:PutObjectAcl"
            ],
            "Resource": [
              "arn:aws:s3:::<BUCKET_NAME>/*",
              "arn:aws:s3:::<BUCKET_NAME>"
            ]
        },
        {
            "Effect": "Allow",
            "Action": "s3:ListAllMyBuckets",
            "Resource": "arn:aws:s3:::*"
        }
    ]
}

Localize your product with Crowdin

Automate content updates, boost team collaboration, and reach new markets faster.

Crowdin is a platform that helps you manage and translate content into different languages. Integrate Crowdin with your repo, CMS, or other systems. Source content is always up to date for your translators, and translated content is returned automatically.

Learn More
Categories
Development
File Management & Storage
Works with
  • Crowdin Enterprise
  • crowdin.com
  • Connectors.Center
Details

Released on Feb 8, 2021

Updated on Jan 18, 2024

Published by Crowdin

Identifier:s3_integration_app