コード例 #1
0
class CommandOptions(HelpProvider):
  """Additional help about object versioning."""

  # Help specification. See help_provider.py for documentation.
  help_spec = HelpProvider.HelpSpec(
      help_name='versions',
      help_name_aliases=['concurrency', 'concurrency control'],
      help_type='additional_help',
      help_one_line_summary='Object Versioning and Concurrency Control',
      help_text=_DETAILED_HELP_TEXT,
      subcommand_help_text={},
  )
コード例 #2
0
class CommandOptions(HelpProvider):
  """Additional help about CRC32C and installing crcmod."""

  # Help specification. See help_provider.py for documentation.
  help_spec = HelpProvider.HelpSpec(
      help_name='crc32c',
      help_name_aliases=['crc32', 'crc', 'crcmod'],
      help_type='additional_help',
      help_one_line_summary='CRC32C and Installing crcmod',
      help_text=_DETAILED_HELP_TEXT,
      subcommand_help_text={},
  )
コード例 #3
0
ファイル: throttling.py プロジェクト: Just-D/chromium-1
class CommandOptions(HelpProvider):
    """Additional help text for throttling gsutil."""

    # Help specification. See help_provider.py for documentation.
    help_spec = HelpProvider.HelpSpec(
        help_name='throttling',
        help_name_aliases=['bandwidth', 'limit', 'nice'],
        help_type='additional_help',
        help_one_line_summary='Throttling gsutil',
        help_text=_DETAILED_HELP_TEXT,
        subcommand_help_text={},
    )
コード例 #4
0
class CommandOptions(HelpProvider):
    """Additional help about gsutil's interaction with Cloud Storage APIs."""

    # Help specification. See help_provider.py for documentation.
    help_spec = HelpProvider.HelpSpec(
        help_name='apis',
        help_name_aliases=['XML', 'JSON', 'api', 'force_api', 'prefer_api'],
        help_type='additional_help',
        help_one_line_summary='Cloud Storage APIs',
        help_text=_DETAILED_HELP_TEXT,
        subcommand_help_text={},
    )
コード例 #5
0
ファイル: anon.py プロジェクト: bopopescu/proto-quic
class CommandOptions(HelpProvider):
    """Additional help text for anonymous access."""

    # Help specification. See help_provider.py for documentation.
    help_spec = HelpProvider.HelpSpec(
        help_name='anon',
        help_name_aliases=['anonymous', 'public'],
        help_type='additional_help',
        help_one_line_summary='Accessing Public Data Without Credentials',
        help_text=_DETAILED_HELP_TEXT,
        subcommand_help_text={},
    )
コード例 #6
0
ファイル: creds.py プロジェクト: ConnectionMaster/gsutil
class CommandOptions(HelpProvider):
    """Additional help about types of credentials and authentication."""

    # Help specification. See help_provider.py for documentation.
    help_spec = HelpProvider.HelpSpec(
        help_name='creds',
        help_name_aliases=['credentials', 'authentication', 'auth', 'gcloud'],
        help_type='additional_help',
        help_one_line_summary='Credential Types Supporting Various Use Cases',
        help_text=_DETAILED_HELP_TEXT,
        subcommand_help_text={},
    )
コード例 #7
0
class CommandOptions(HelpProvider):
    """Additional help about wildcards."""

    # Help specification. See help_provider.py for documentation.
    help_spec = HelpProvider.HelpSpec(
        help_name='wildcards',
        help_name_aliases=['wildcard', '*', '**'],
        help_type='additional_help',
        help_one_line_summary='Wildcard Names',
        help_text=_DETAILED_HELP_TEXT,
        subcommand_help_text={},
    )
コード例 #8
0
ファイル: naming.py プロジェクト: bopopescu/proto-quic
class CommandOptions(HelpProvider):
  """Additional help about gsutil object and bucket naming."""

  # Help specification. See help_provider.py for documentation.
  help_spec = HelpProvider.HelpSpec(
      help_name='naming',
      help_name_aliases=['domain', 'limits', 'name', 'names'],
      help_type='additional_help',
      help_one_line_summary='Object and Bucket Naming',
      help_text=_DETAILED_HELP_TEXT,
      subcommand_help_text={},
  )
コード例 #9
0
class CommandOptions(HelpProvider):
    """Additional help text about retry handling."""

    # Help specification. See help_provider.py for documentation.
    help_spec = HelpProvider.HelpSpec(
        help_name='retries',
        help_name_aliases=['retry', 'backoff', 'reliability'],
        help_type='additional_help',
        help_one_line_summary='Retry Handling Strategy',
        help_text=_DETAILED_HELP_TEXT,
        subcommand_help_text={},
    )
コード例 #10
0
class CommandOptions(HelpProvider):
    """Additional help about security and privacy considerations using gsutil."""

    # Help specification. See help_provider.py for documentation.
    help_spec = HelpProvider.HelpSpec(
        help_name='security',
        help_name_aliases=['protection', 'privacy', 'proxies', 'proxy'],
        help_type='additional_help',
        help_one_line_summary='Security and Privacy Considerations',
        help_text=_DETAILED_HELP_TEXT,
        subcommand_help_text={},
    )
コード例 #11
0
class CommandOptions(HelpProvider):
    """Additional help about gsutil command-level options."""

    # Help specification. See help_provider.py for documentation.
    help_spec = HelpProvider.HelpSpec(
        help_name='options',
        help_name_aliases=['arg', 'args', 'cli', 'opt', 'opts'],
        help_type='additional_help',
        help_one_line_summary='Top-Level Command-Line Options',
        help_text=_DETAILED_HELP_TEXT,
        subcommand_help_text={},
    )
コード例 #12
0
class CommandOptions(HelpProvider):
  """Additional help about filename encoding and interoperability problems."""

  # Help specification. See help_provider.py for documentation.
  help_spec = HelpProvider.HelpSpec(
      help_name='encoding',
      help_name_aliases=['encodings', 'utf8', 'utf-8', 'latin1', 'unicode',
                         'interoperability'],
      help_type='additional_help',
      help_one_line_summary='Filename encoding and interoperability problems',
      help_text=_DETAILED_HELP_TEXT,
      subcommand_help_text={},
  )
コード例 #13
0
ファイル: metadata.py プロジェクト: unhooked/gsutil
class CommandOptions(HelpProvider):
  """Additional help about object metadata."""

  # Help specification. See help_provider.py for documentation.
  help_spec = HelpProvider.HelpSpec(
      help_name='metadata',
      help_name_aliases=[
          'cache-control', 'caching', 'content type', 'mime type', 'mime',
          'type'],
      help_type='additional_help',
      help_one_line_summary='Working With Object Metadata',
      help_text=_DETAILED_HELP_TEXT,
      subcommand_help_text={},
  )
コード例 #14
0
class CommandOptions(HelpProvider):
    """Additional help text for customer-supplied encryption keys."""

    # Help specification. See help_provider.py for documentation.
    help_spec = HelpProvider.HelpSpec(
        help_name='csek',
        help_name_aliases=[
            'decrypt', 'decryption', 'encrypt', 'encryption', 'csk'
        ],
        help_type='additional_help',
        help_one_line_summary='Supplying Your Own Encryption Keys',
        help_text=_DETAILED_HELP_TEXT,
        subcommand_help_text={},
    )
コード例 #15
0
ファイル: support.py プロジェクト: ravichandra5446/gsutil
class CommandOptions(HelpProvider):
  """Additional help about technical and billing support."""

  # Help specification. See help_provider.py for documentation.
  help_spec = HelpProvider.HelpSpec(
      help_name='support',
      help_name_aliases=[
          'techsupport', 'tech support', 'technical support', 'billing', 'faq',
          'questions'],
      help_type='additional_help',
      help_one_line_summary='Google Cloud Storage Support',
      help_text=_DETAILED_HELP_TEXT,
      subcommand_help_text={},
  )
コード例 #16
0
ファイル: projects.py プロジェクト: ravichandra5446/gsutil
class CommandOptions(HelpProvider):
  """Additional help about Google Cloud Storage projects."""

  # Help specification. See help_provider.py for documentation.
  help_spec = HelpProvider.HelpSpec(
      help_name='projects',
      help_name_aliases=[
          'apis console', 'cloud console', 'console', 'dev console', 'project',
          'proj', 'project-id'],
      help_type='additional_help',
      help_one_line_summary='Working With Projects',
      help_text=_DETAILED_HELP_TEXT,
      subcommand_help_text={},
  )
コード例 #17
0
ファイル: acls.py プロジェクト: AlexisMarie8330/Doll
class CommandOptions(HelpProvider):
  """Additional help about Access Control Lists."""

  # Help specification. See help_provider.py for documentation.
  help_spec = HelpProvider.HelpSpec(
      help_name='acls',
      help_name_aliases=[
          'ACL', 'access control', 'access control list', 'authorization',
          'canned', 'canned acl'],
      help_type='additional_help',
      help_one_line_summary='Working With Access Control Lists',
      help_text=_DETAILED_HELP_TEXT,
      subcommand_help_text={},
  )
コード例 #18
0
class CommandOptions(HelpProvider):
  """Additional help about contributing code to gsutil."""
  # TODO: gsutil-beta: Add lint .rc file and linting instructions.

  # Help specification. See help_provider.py for documentation.
  help_spec = HelpProvider.HelpSpec(
      help_name='dev',
      help_name_aliases=[
          'development', 'developer', 'code', 'mods', 'software'],
      help_type='additional_help',
      help_one_line_summary='Contributing Code to gsutil',
      help_text=_DETAILED_HELP_TEXT,
      subcommand_help_text={},
  )
コード例 #19
0
class CommandOptions(HelpProvider):
  """Additional help about subdirectory handling in gsutil."""

  # Help specification. See help_provider.py for documentation.
  help_spec = HelpProvider.HelpSpec(
      help_name='subdirs',
      help_name_aliases=[
          'dirs', 'directory', 'directories', 'folder', 'folders', 'hierarchy',
          'subdir', 'subdirectory', 'subdirectories'],
      help_type='additional_help',
      help_one_line_summary='How Subdirectories Work',
      help_text=_DETAILED_HELP_TEXT,
      subcommand_help_text={},
  )
コード例 #20
0
class CommandOptions(HelpProvider):
  """Additional help about using gsutil for production tasks."""

  # Help specification. See help_provider.py for documentation.
  help_spec = HelpProvider.HelpSpec(
      help_name='prod',
      help_name_aliases=[
          'production', 'resumable', 'resumable upload', 'resumable transfer',
          'resumable download', 'scripts', 'scripting'],
      help_type='additional_help',
      help_one_line_summary='Scripting Production Transfers',
      help_text=_DETAILED_HELP_TEXT,
      subcommand_help_text={},
  )