Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Aug 7, 2024
1 parent 787e522 commit 9172b87
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
15 changes: 14 additions & 1 deletion website/docs/d/s3_bucket_object.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,20 @@ description: |-
The S3 object data source allows access to the metadata and
_optionally_ (see below) content of an object stored inside S3 bucket.

~> **Note:** The content of an object (`body` field) is available only for objects which have a human-readable `Content-Type` (`text/*` and `application/json`). This is to prevent printing unsafe characters and potentially downloading large amount of data which would be thrown away in favor of metadata.
~> **Note:** The content of an object (`body` field) is available only for objects which have a human-readable `Content-Type`:

* `text/*`
* `application/json`
* `application/ld+json`
* `application/x-httpd-php`
* `application/xhtml+xml`
* `application/x-csh`
* `application/x-sh`
* `application/xml`
* `application/atom+xml`
* `application/x-sql`

This is to prevent printing unsafe characters and potentially downloading large amount of data which would be thrown away in favor of metadata.

## Example Usage

Expand Down
15 changes: 14 additions & 1 deletion website/docs/d/s3_object.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,20 @@ description: |-
The S3 object data source allows access to the metadata and
_optionally_ (see below) content of an object stored inside S3 bucket.

~> **Note:** The content of an object (`body` field) is available only for objects which have a human-readable `Content-Type` (`text/*` and `application/json`). This is to prevent printing unsafe characters and potentially downloading large amount of data which would be thrown away in favor of metadata.
~> **Note:** The content of an object (`body` field) is available only for objects which have a human-readable `Content-Type`:

* `text/*`
* `application/json`
* `application/ld+json`
* `application/x-httpd-php`
* `application/xhtml+xml`
* `application/x-csh`
* `application/x-sh`
* `application/xml`
* `application/atom+xml`
* `application/x-sql`

This is to prevent printing unsafe characters and potentially downloading large amount of data which would be thrown away in favor of metadata.

## Example Usage

Expand Down

0 comments on commit 9172b87

Please sign in to comment.