Skip to content

Commit f323608

Browse files
committed
chore: remove --public option in obj upload subcommand
1 parent dbe2a5c commit f323608

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/commands/object/upload.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ interface UploadObjectOptions {
1111
path: string;
1212
name: string;
1313
contentType?: string;
14-
public?: boolean;
1514
output?: string;
1615
}
1716

src/utils/commands.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,6 @@ export function createProgram(): Command {
655655
"--content-type <type>",
656656
"Content type: unspecified|text|binary|gzip|tar|tgz",
657657
)
658-
.option("--public", "Make object publicly accessible")
659658
.option(
660659
"-o, --output [format]",
661660
"Output format: text|json|yaml (default: text)",

0 commit comments

Comments
 (0)