이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Google Cloud Storage plugin

설명

Google Cloud Storage plugin allows you to upload media files to a
Google Cloud Storage bucket.

설치

  1. Download the plugin and place it in your /wp-content/plugins/ directory.

  2. Enable this plugin in the WordPress admin UI,

  3. Configure your Google Cloud Storage bucket in the plugin setting
    UI.

  4. In Google Cloud Console, set the default acl of the bucket so that
    allUsers can read.

Depending on your environment, you may need to configure a Google
Service Account to call the APIs.

To run this plugin on Google App Engine for PHP 7.2, it will work
without additional configuration.

To run this plugin on Google Compute Engine or App Engine Flexible,
you will need to do the following:

  • Visit Cloud Console, go to Compute -> instances and select
    the instance where WordPress is running.

  • Stop the instance.

  • Once the instance has stopped, click Edit and you can now
    modify the scopes under Cloud API access scopes. Change
    the Storage scope from Read Only to Full.

If you want to run this plugin outside of Google Cloud Platform, you
need to configure your service account as follows:

  • Visit Cloud Console, go to IAM & Admin -> Service accounts
    and create a service account with Storage Object Admin
    permission and download the json key file.

  • Upload the json key file to the hosting server. Don’t put it
    in a public serving area.

  • Add the following line to wp-config.php (replace the file path
    with the real one).

    putenv('GOOGLE_APPLICATION_CREDENTIALS=/secure-place/my-service-account.json');

FAQ

Q. The plugin crashes with No project ID was provided, and we
were unable to detect a default project ID
, what’s wrong?

A. See the section about configuring the service account in the
Installation section.

Q. How to configure the default ACL on my Google Cloud Storage bucket?

A. See: https://wordpress.org/support/topic/google-storage-not-work/page/2/#post-8897852

후기

2023년 4월 14일
I came across a major glitch when trying to export products from Woocommerce. The export returns an empty csv file (empty except for the header rows) unless I deactivate this plugin.
2021년 6월 10일
it works, but with major problems. by default, it changes the media storage of WP to google storage, but after this plugin is installed, user cannot install any other extensions, because it will try to install into gs://xxx
2020년 7월 1일
Google…you should not do that! poor insturction, not working either way API or Json file, maybe as I am under cloudflare? don’t know, what about the compatibility with other cdn plugins?
2018년 6월 19일
Maybe the instructions should include the updated wording: Visit Cloud Console, go to IAM & Admin -> Service accounts and create a service account with Storage Admin role and download the json key file. And keep in mind to make the bucket publicly available: https://cloud.google.com/storage/docs/access-control/making-data-public#buckets
모든 7 평가 읽기

기여자 & 개발자

“Google Cloud Storage plugin”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Google Cloud Storage plugin”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.1.6

  • Updates all dependencies

0.1.5

  • Updates all dependencies
  • Adds HTTP header for tracking WordPress and plugin version

0.1.4

  • Uses the most recent release of the Google Cloud Storage client library
  • Updates all dependencies

0.1.3

  • Added a section for configuring service account to the readme
  • Added Frequently Asked Questions section to the readme
  • Updated dependencies

0.1.2

  • Added “Tested up to” field to the readme

0.1.1

  • Bundle vendor dir in the zip file

0.1

  • Initial release