Skip to content
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

aws - s3 - set-inventory: add the additional optional fields #7799

Merged
merged 1 commit into from
Sep 26, 2022
Merged

aws - s3 - set-inventory: add the additional optional fields #7799

merged 1 commit into from
Sep 26, 2022

Conversation

naohito-intuit
Copy link
Contributor

@naohito-intuit naohito-intuit commented Sep 26, 2022

Support the new optional fields:

  • Bucket key status
  • Additional checksums function

Reference

Example

    filters:
      - type: value
        key: Location.LocationConstraint
        value: us-east-2
      - not:
        - type: inventory
          key: Id
          value: s3_inventory
    actions:
      - type: set-inventory
        name: s3_inventory
        versions: All
        destination: my_dst
        prefix: my_prefix/{account_id}
        schedule: Weekly
        format: Parquet
        state: enabled
        encryption: SSES3
        fields:
          - Size
          - LastModifiedDate
          - StorageClass
          - ETag
          - IsMultipartUploaded
          - ReplicationStatus
          - EncryptionStatus
          - ObjectLockRetainUntilDate
          - ObjectLockMode
          - ObjectLockLegalHoldStatus
          - IntelligentTieringAccessTier
          - BucketKeyStatus
          - ChecksumAlgorithm

Copy link
Collaborator

@kapilt kapilt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, per inventory config extant current inventory config options.

@kapilt kapilt merged commit 63c636b into cloud-custodian:master Sep 26, 2022
@naohito-intuit naohito-intuit deleted the CLOP-4578 branch September 26, 2022 21:33
ritch2022 pushed a commit to ritch2022/cloud-custodian that referenced this pull request Oct 13, 2022
HappyKid117 pushed a commit to HappyKid117/cloud-custodian that referenced this pull request Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants