GCSFileUploader
public
class
GCSFileUploader
extends GCSCommon
檔案上傳工具,可將檔案資料上傳至 Google Cloud Storage (GCS)。
摘要
公用方法 |
void
|
uploadFile(String bucketName, String gcsFilename, InputStream fileContents, String contentType, boolean allowOverwrite)
將資料上傳至 GCS 值區檔案。
|
受保護的方法 |
Storage
|
getStorage( scopes)
覆寫 base 中的實作項目,以便支援根據 TF 選項設定的憑證。
|
公用建構函式
GCSFileUploader
public GCSFileUploader ()
GCSFileUploader
public GCSFileUploader (File jsonKeyFile)
公用方法
public void uploadFile (String bucketName,
String gcsFilename,
InputStream fileContents,
String contentType,
boolean allowOverwrite)
將資料上傳至 GCS 值區檔案。gs://[bucketName]/[gcsFileName]
參數 |
bucketName |
String :GCS 值區名稱 |
gcsFilename |
String :檔案名稱。 |
fileContents |
InputStream :要寫入 GCS 檔案的資料輸入串流。 |
contentType |
String :上傳物件的 MIME 媒體類型。 |
allowOverwrite |
boolean :如果設為 True,這個方法就能覆寫 GCS 上的檔案。 |
受保護的方法
getStorage
protected Storage getStorage ( scopes)
覆寫 base 中的實作項目,以便支援根據 TF 選項設定的憑證。