Class GCSProfile

java.lang.Object
jenkins.plugins.itemstorage.gcs.GCSProfile

public class GCSProfile extends Object
Reusable operations against a GCS bucket. Metadata operations (exists/delete/rename) run on the controller; the byte transfers (upload/download) are dispatched to the agent via FilePath callables.

Modelled on the S3 extension's S3Profile.