BlobMetadata - Amazon CodeCommit
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

BlobMetadata

Returns information about a specific Git blob object.

Contents

blobId

The full ID of the blob.

Type: String

Required: No

mode

The file mode permissions of the blob. File mode permission codes include:

  • 100644 indicates read/write

  • 100755 indicates read/write/execute

  • 160000 indicates a submodule

  • 120000 indicates a symlink

Type: String

Required: No

path

The path to the blob and associated file name, if any.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: