Skip to content

Commit

Permalink
feat(client-s3): Removes all default 0 values for numbers and false v…
Browse files Browse the repository at this point in the history
…alues for booleans
  • Loading branch information
awstools committed Nov 17, 2023
1 parent 313f046 commit 61b32fe
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 586 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {}
* an object, it checks the <code>PublicAccessBlock</code> configuration for both the
* bucket (or the bucket that contains the object) and the bucket owner's account. If the
* <code>PublicAccessBlock</code> configurations are different between the bucket and
* the account, S3 uses the most restrictive combination of the bucket-level and
* the account, Amazon S3 uses the most restrictive combination of the bucket-level and
* account-level settings.</p>
* </important>
* <p>For more information about when Amazon S3 considers a bucket or an object public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a>.</p>
Expand Down

0 comments on commit 61b32fe

Please sign in to comment.