Skip to content

Commit 212ecef

Browse files
Google APIscopybara-github
authored andcommitted
docs: tightened requirements on cloud storage subscription filename suffixes
PiperOrigin-RevId: 543503563
1 parent 974c49f commit 212ecef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google/pubsub/v1/pubsub.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,8 @@ message CloudStorageConfig {
10611061
string filename_prefix = 2;
10621062

10631063
// User-provided suffix for Cloud Storage filename. See the [object naming
1064-
// requirements](https://cloud.google.com/storage/docs/objects#naming).
1064+
// requirements](https://cloud.google.com/storage/docs/objects#naming). Must
1065+
// not end in "/".
10651066
string filename_suffix = 3;
10661067

10671068
// Defaults to text format.

0 commit comments

Comments
 (0)