You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Options.md
+15
Original file line number
Diff line number
Diff line change
@@ -690,6 +690,12 @@ Allow empty bucket names (no "gcs.bucketName" option). In that case the prefix a
690
690
### gcs.bucketName
691
691
This option allows for the provision of the GCS bucket name. If the bucket name is not explicitly defined, it is extracted from the path specified in the directory field.
692
692
693
+
### gcs.clientEmail
694
+
Allows specifying the client email associated with a Google service account. This client email enables a service account to interact with GCS buckets securely, supporting automation and access control in Google Cloud.
695
+
696
+
### gcs.clientId
697
+
Allows specifying the client id, a 21 digit numeric identifier associated with a Google service account. If the value is not specified, then it is using the entry from the "login" field.
698
+
693
699
### gcs.ftpgroup
694
700
Allow forcing a group name in the listing output. Default group name is the login name.
695
701
@@ -705,6 +711,15 @@ Allow specifying the port number of the remote GCS endpoint to connect to.
705
711
### gcs.prefix
706
712
Allow specifying a prefix, which refers to a part of an object name that comes before the object name itself and is used to organize and categorize objects within a bucket.
707
713
714
+
### gcs.privateKey
715
+
Allows specifying a private key that is part of a public-private key pair associated with a Google service account. It is stored in a JSON key file that can be downloaded when the key is created.
716
+
717
+
### gcs.privateKeyId
718
+
Allows specifying a unique identifier (40-character alphanumeric string) for the private key within a Google service account key file. If the value is not specified then it is using the entry from the "password" field.
719
+
720
+
### gcs.projectId
721
+
Allows specifying the unique identifier for the project in which your Google Cloud Storage (GCS) bucket is created.
722
+
708
723
### gcs.protocol
709
724
Allows the selection of the SSL/TLS (Secure Sockets Layer/Transport Layer Security) protocol to use.
0 commit comments