-
Notifications
You must be signed in to change notification settings - Fork 14
docs: align access type notation to UpperCamelCase #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
morri-son
wants to merge
15
commits into
open-component-model:main
Choose a base branch
from
morri-son:align-upper-camel-case-types
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
2797fe2
docs: align access type notation to UpperCamelCase
morrison-sap 4c63cf1
chore: bump and pin versions in markdown linter workflow (#136)
morri-son b95925d
chore: Align markdown linters with all our other repos (#137)
morri-son 53643ff
chore: update code of conduct link (#138)
Skarlso ce7a68e
chore: add jsonNormalization in version v3 and v4alpha1 (#135)
morri-son 2b562d2
add word
morrison-sap 12eae39
docs: complete alias lists and rename localBlob to LocalBlob
morrison-sap a7f8d1b
correct markdown linter errors
morrison-sap ddc4a2b
docs: align wget, s3, gitHub, npm access type notation to UpperCamelCase
morri-son 21d7754
docs: list both gitHub and github as legacy aliases for GitHub access…
morri-son 887d9ed
Merge branch 'main' into align-upper-camel-case-types
morri-son 963f639
docs: add S3 v2 spec, rename Npm to NPM, simplify legacy alias mentions
morrison-sap 9bcbca9
correct table format
morrison-sap 4b22095
Update doc/04-extensions/02-access-types/ociartifact.md
morri-son 2bb37e4
add v2 for s3
morrison-sap File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -136,3 +136,4 @@ wget | |
| whitespace | ||
| whitespaces | ||
| yaml | ||
| OCIImageLayer | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,14 @@ | ||
| # s3 — Blob hosted in S3 Blob Store | ||
| # S3 — Blob hosted in S3 Blob Store | ||
|
Check failure on line 1 in doc/04-extensions/02-access-types/s3.md
|
||
|
|
||
| ## Synopsis | ||
|
|
||
| ```text | ||
| type: s3[/VERSION] | ||
| type: S3[/VERSION] | ||
| [ATTRIBUTES] | ||
| ``` | ||
|
|
||
| Legacy type name `s3` is supported as a backward-compatible alias. | ||
|
|
||
| ## Description | ||
|
|
||
| Access to a blob stored in an S3 API compatible bucket. | ||
|
|
@@ -39,3 +41,24 @@ | |
|
|
||
| The media type of the blob used to store the resource. It may add | ||
| format information like `+tar` or `+gzip`. | ||
|
|
||
| ### v2 | ||
|
|
||
| Attributes: | ||
|
|
||
| - **`region`** (optional) *string* | ||
|
|
||
| region identifier of the used store | ||
|
|
||
| - **`bucketName`** *string* | ||
|
|
||
| The name of the S3 bucket containing the blob | ||
|
|
||
| - **`objectKey`** *string* | ||
|
|
||
| The key of the desired blob | ||
|
|
||
| - **`mediaType`** *string* | ||
|
|
||
| The media type of the blob used to store the resource. It may add | ||
| format information like `+tar` or `+gzip`. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.