You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: storage/post_policy_v4.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ type PostPolicyV4Options struct {
40
40
41
41
// PrivateKey is the Google service account private key. It is obtainable
42
42
// from the Google Developers Console.
43
-
// At https://console.developers.google.com/project/<your-project-id>/apiui/credential,
43
+
// At https://console.developers.google.com/project/{your-project-id}/apiui/credential,
44
44
// create a service account client ID or reuse one of your existing service account
45
45
// credentials. Click on the "Generate new P12 key" to generate and download
46
46
// a new private key. Once you download the P12 file, use the following command
// for details. Note that for CNAMEs, only HTTP is supported, so Insecure must
@@ -452,7 +452,7 @@ type SignedURLOptions struct {
452
452
453
453
// PrivateKey is the Google service account private key. It is obtainable
454
454
// from the Google Developers Console.
455
-
// At https://console.developers.google.com/project/<your-project-id>/apiui/credential,
455
+
// At https://console.developers.google.com/project/{your-project-id}/apiui/credential,
456
456
// create a service account client ID or reuse one of your existing service account
457
457
// credentials. Click on the "Generate new P12 key" to generate and download
458
458
// a new private key. Once you download the P12 file, use the following command
@@ -1550,7 +1550,7 @@ type ObjectAttrs struct {
1550
1550
1551
1551
// Owner is the owner of the object. This field is read-only.
1552
1552
//
1553
-
// If non-zero, it is in the form of "user-<userId>".
1553
+
// If non-zero, it is in the form of "user-{userId}".
1554
1554
Ownerstring
1555
1555
1556
1556
// Size is the length of the object's content. This field is read-only.
0 commit comments