Question
Hello there,
I want to upload an objet to GCS bucket with a specified path, with tusd server connected to my bucket with the command tusd -gcs-bucket=my_bucket.
When I upload an objet, this objet name is a generate value on the bucket.
So I want to get something like My_bucket/custom_path/filename or My_bucket/custom_path/generate_id for the upload filename
How can I specify the name of the upload?
Question
Hello there,
I want to upload an objet to GCS bucket with a specified path, with tusd server connected to my bucket with the command
tusd -gcs-bucket=my_bucket.When I upload an objet, this objet name is a generate value on the bucket.
So I want to get something like
My_bucket/custom_path/filenameorMy_bucket/custom_path/generate_idfor the upload filenameHow can I specify the name of the upload?