Documentation
¶
Overview ¶
Command sign-url generates a signed URL for a blob storage object.
Usage:
sign-url --blob-bucket-url <bucket-url> --object-key <object-key> [options]
For GCS buckets, a service account is required to generate signed URLs.
Examples:
sign-url --blob-bucket-url gs://my-bucket/ --object-key path/to/file.pack --gcs-service-account svc@project.iam.gserviceaccount.com sign-url --blob-bucket-url gs://my-bucket/ --object-key file.txt --gcs-service-account svc@project.iam.gserviceaccount.com --expiry 2h sign-url --blob-bucket-url s3://my-bucket/ --object-key file.txt
Click to show internal directories.
Click to hide internal directories.