Breaking changes
- The
aws_s3_server_access_log
table index is now based off of the source bucket's name instead of the destination bucket's AWS account ID. We recommend deleting your existingaws_s3_server_access_log
partition data, e.g.,tailpipe partition delete aws_s3_server_access_log.my_partition
, and then recollecting your data. (#89)
What's new?
- New tables added
Enhancements
- Added
Type
column inaws_s3_bucket
source arguments table.
Dependencies
- Bumped github.com/aws/aws-sdk-go-v2/config from 1.28.11 to 1.29.6. (#79)
- Bumped github.com/aws/aws-sdk-go-v2/credentials from 1.17.52 to 1.17.57. (#68)
- Bumped github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.49 to 1.17.60. (#81)
- Bumped github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.3 to 1.76.0. (#78)
- Bumped github.com/hashicorp/hcl/v2 from 2.20.1 to 2.23.0. (#84)
- Bumped github.com/rs/xid from 1.5.0 to 1.6.0. (#67)
- Bumped github.com/turbot/tailpipe-plugin-sdk from 0.1.0 to 0.1.1. (#75)
- Bumped golang.org/x/sync from 0.10.0 to 0.11.0. (#82)
Enhancements
- Updated documentation formatting and enhanced argument descriptions for
aws_s3_bucket
source. (#76)
What's new?
- New tables added
- New sources added