We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe2a5c commit f323608Copy full SHA for f323608
2 files changed
src/commands/object/upload.ts
@@ -11,7 +11,6 @@ interface UploadObjectOptions {
11
path: string;
12
name: string;
13
contentType?: string;
14
- public?: boolean;
15
output?: string;
16
}
17
src/utils/commands.ts
@@ -655,7 +655,6 @@ export function createProgram(): Command {
655
"--content-type <type>",
656
"Content type: unspecified|text|binary|gzip|tar|tgz",
657
)
658
- .option("--public", "Make object publicly accessible")
659
.option(
660
"-o, --output [format]",
661
"Output format: text|json|yaml (default: text)",
0 commit comments