{"id":41538564,"url":"https://github.com/threadi/external-files-from-aws-s3","last_synced_at":"2026-04-26T15:00:46.238Z","repository":{"id":334286745,"uuid":"1140869467","full_name":"threadi/external-files-from-aws-s3","owner":"threadi","description":"Repository for WordPress-Plugin External Files from S3-compatible platforms in Media Library.","archived":false,"fork":false,"pushed_at":"2026-03-29T11:06:12.000Z","size":493,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-29T13:44:48.442Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://plugins.thomaszwirner.de/en/external-files-in-the-media-library/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/threadi.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-23T21:27:10.000Z","updated_at":"2026-03-29T11:06:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0fc2082-9c83-43c1-a363-7e19d6c894dd","html_url":"https://github.com/threadi/external-files-from-aws-s3","commit_stats":null,"previous_names":["threadi/external-files-from-aws-s3"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/threadi/external-files-from-aws-s3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadi%2Fexternal-files-from-aws-s3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadi%2Fexternal-files-from-aws-s3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadi%2Fexternal-files-from-aws-s3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadi%2Fexternal-files-from-aws-s3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threadi","download_url":"https://codeload.github.com/threadi/external-files-from-aws-s3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadi%2Fexternal-files-from-aws-s3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32301330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-24T00:33:08.413Z","updated_at":"2026-04-26T15:00:46.224Z","avatar_url":"https://github.com/threadi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# External files from AWS S3-compatible platforms in Media Library\n\n## About\n\nThis repository provides the features of the WordPress plugin _External files from AWS S3-compatible platforms in Media Library_. The repository is used as a basis for deploying the plugin to the WordPress repository. It is not intended to run as a plugin as it is, even if that is possible for development.\n\n## Hints\n\n* You will need the plugin _External Files in Media Library_ to run this plugin.\n* This plugin adds the official library \"aws-sdk-php\", that is using the Apache License. This is not kompatible with the GPL License the WordPress Repository requires.\n\n## Usage\n\nAfter checkout go through the following steps:\n\n### Using ant\n\n1. copy _build/build.properties.dist_ to _build/build.properties_.\n2. modify the build/build.properties file - note the comments in the file.\n3. after that the plugin can be activated in WordPress.\n\n## Release\n\n### From local environment with ant\n\n1. increase the version number in _build/build.properties_.\n2. execute the following command in _build/_: `ant build`\n3. after that you will find a zip file in the release directory, which could be used in WordPress to install it.\n\n### On GitHub\n\n1. Create a new tag with the new version number.\n2. The release zip will be created by GitHub action.\n\n## Translations\n\nI recommend to use [PoEdit](https://poedit.net/) to translate texts for this plugin.\n\n### generate pot-file\n\nRun in the main directory:\n\n`wp i18n make-pot . languages/external-files-from-aws-s3.pot`\n\n### update translation-file\n\n1. Open .po-file of the language in PoEdit.\n2. Go to \"Translate\" \u003e \"Update from POT-file\".\n3. After this the new entries are added to the language-file.\n\n### export translation-file\n\n1. Open .po-file of the language in PoEdit.\n2. Go to \"File\" \u003e \"Save\".\n3. Upload the generated .mo-file and the .po-file to the plugin-folder languages/\n\n### generate optimized PHP-file\n\n`wp i18n make-php languages`\n\n## Check for WordPress Coding Standards\n\n### Initialize\n\n`composer install`\n\n### Run\n\n`vendor/bin/phpcs --standard=ruleset.xml .`\n\n### Repair\n\n`vendor/bin/phpcbf --standard=ruleset.xml .`\n\n## Generate documentation\n\n`vendor/bin/wp-documentor parse app --format=markdown --output=docs/hooks.md --prefix=efmlawss3_`\n\n## Check for WordPress VIP Coding Standards\n\nHint: this check runs against the VIP-GO-platform, that is not our target for this plugin. Many warnings can be ignored.\n\n### Run\n\n`vendor/bin/phpcs --extensions=php --ignore=*/vendor/* --standard=WordPress-VIP-Go .`\n\n## Check PHP compatibility\n\n`vendor/bin/phpcs -p app --standard=PHPCompatibilityWP`\n\n## Analyse with PHPStan\n\n`vendor/bin/phpstan analyse`\n\n## Check with the plugin \"Plugin Check\"\n\n`wp plugin check --error-severity=7 --warning-severity=6 --include-low-severity-errors --categories=plugin_repo --format=json --slug=external-files-in-media-library .`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreadi%2Fexternal-files-from-aws-s3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreadi%2Fexternal-files-from-aws-s3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreadi%2Fexternal-files-from-aws-s3/lists"}