BlobMetadata - AWS CodeCommit

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 AWS SDKs, see the following: