don't use S3 CreateBucket and clean up
Docker server image / build-and-push (push) Successful in 1m6s
Docker server image / build-and-push (push) Successful in 1m6s
This commit is contained in:
@@ -136,7 +136,8 @@ message CreateConversionRequest {
|
||||
message CreateConversionResponse {
|
||||
// Session identifier: KSUID in standard base62 text form. Well-formed values are at most 27 characters (see https://github.com/segmentio/ksuid).
|
||||
string conversion_id = 1;
|
||||
string upload_bucket = 2;
|
||||
reserved 2;
|
||||
reserved "upload_bucket";
|
||||
string upload_object_key = 3;
|
||||
string upload_url = 4;
|
||||
google.protobuf.Timestamp expires_at = 5;
|
||||
|
||||
Reference in New Issue
Block a user