{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":414014890,"defaultBranch":"main","name":"plugin-s3","ownerLogin":"woodpecker-ci","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-10-06T00:01:52.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/84780935?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720835752.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"cce563e17fb4af413966751c5b10cfdb4ae04c05","ref":"refs/heads/renovate/woodpeckerci-plugin-docker-buildx-4.x","pushedAt":"2024-07-13T01:55:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v4.1.0","shortMessageHtmlLink":"chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to vโ€ฆ"}},{"before":"27df58900de1fe103d31d35f9b73e57e577b6a98","after":"ab0c6aa667de93b8f7b54b5c6eee25fc9953c104","ref":"refs/heads/renovate/golang-deps-non-major","pushedAt":"2024-07-12T21:52:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.19","shortMessageHtmlLink":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.19"}},{"before":"ce9f6e1ff557c83143f1ad8be18e91116a36a53b","after":"27df58900de1fe103d31d35f9b73e57e577b6a98","ref":"refs/heads/renovate/golang-deps-non-major","pushedAt":"2024-07-10T22:39:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.18","shortMessageHtmlLink":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.18"}},{"before":"04c953033e911bd897ec1ebbb6de97c029b6a7b6","after":"ce9f6e1ff557c83143f1ad8be18e91116a36a53b","ref":"refs/heads/renovate/golang-deps-non-major","pushedAt":"2024-07-09T22:28:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.17","shortMessageHtmlLink":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.17"}},{"before":"1403e568bf50db7317cbfa2c350276fcae09da80","after":"63de77d0301d4206b1520e9f45ce9f5d2cbec17d","ref":"refs/heads/next-release/main","pushedAt":"2024-07-09T13:08:15.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"woodpecker-bot","name":"woodpecker-bot ","path":"/woodpecker-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89799003?s=80&v=4"},"commit":{"message":"๐ŸŽ‰ Release 1.3.0","shortMessageHtmlLink":"๐ŸŽ‰ Release 1.3.0"}},{"before":"511f11e8cc46b8f0b1fcb2880ef9bd499c026645","after":"04c953033e911bd897ec1ebbb6de97c029b6a7b6","ref":"refs/heads/renovate/golang-deps-non-major","pushedAt":"2024-07-09T13:08:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.16","shortMessageHtmlLink":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.16"}},{"before":"6bc807c3cb49ac4afc8ef617c20bed8453fb9cef","after":null,"ref":"refs/heads/overwrite-supp","pushedAt":"2024-07-09T13:07:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"6543","name":"6543","path":"/6543","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24977596?s=80&v=4"}},{"before":"2d3917074d6a927c1c9097219626d592067ecb65","after":"07724cfb0012ee6b248b60d1de1c08f5b7c0d0bf","ref":"refs/heads/main","pushedAt":"2024-07-09T13:07:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"6543","name":"6543","path":"/6543","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24977596?s=80&v=4"},"commit":{"message":"Support skipping upload if file already exists (#201)\n\n## Background\r\n\r\nCurrently, files are always uploaded to the remote side, even if they\r\ndidn't change between runs. This causes new versions to be created,\r\nincurring potentially unneeded costs and resource waste.\r\n\r\nIn some cases overwrite might be desired, e.g. for backups, as the files\r\nmight have changed on disk.\r\nIn other scenarios, the CI might be building idempotent assets, in which\r\ncase \"overwrite\" is not desired, and the upload should be skipped.\r\n\r\nThe default will still be `overwrite=true`, i.e. it won't break any\r\nworkflow in use.\r\n\r\n## Solution\r\n\r\nAdd param `overwrite=true/false` which skips the upload in case the file\r\nalready exists. This saves bandwith and storage space on the remote\r\nside.\r\n\r\n## Implementation\r\n\r\nBefore doing anything, a call to `HeadObjectInput` is done which checks\r\nif the file already exists. If so, the upload is skipped.\r\n\r\nThe implementation could potentially be improved by checking the sha of\r\nthe object on both sides and only skip the upload if both are identical.\r\nThe current solution is sufficient for my use case, though.\r\n\r\n## Testing\r\n\r\nI am using a custom image with this branch since weeks already - didn't\r\nencounter any issues so far.\r\n\r\n---------\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Support skipping upload if file already exists (#201)"}},{"before":"2cfa9da96c03f441937cecaee94886517a123c5a","after":"6bc807c3cb49ac4afc8ef617c20bed8453fb9cef","ref":"refs/heads/overwrite-supp","pushedAt":"2024-07-09T12:32:01.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"pat-s","name":"Patrick Schratz","path":"/pat-s","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8430564?s=80&v=4"},"commit":{"message":"Merge branch 'main' into overwrite-supp","shortMessageHtmlLink":"Merge branch 'main' into overwrite-supp"}},{"before":"947c36462c4ff5230b08735b93470ec31e18d928","after":"2cfa9da96c03f441937cecaee94886517a123c5a","ref":"refs/heads/overwrite-supp","pushedAt":"2024-07-09T12:31:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pat-s","name":"Patrick Schratz","path":"/pat-s","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8430564?s=80&v=4"},"commit":{"message":"docs","shortMessageHtmlLink":"docs"}},{"before":"785c815fd948f9dca67b951d535b5371b22bd169","after":"947c36462c4ff5230b08735b93470ec31e18d928","ref":"refs/heads/overwrite-supp","pushedAt":"2024-07-09T12:29:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pat-s","name":"Patrick Schratz","path":"/pat-s","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8430564?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.14 (#200)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Change | Age | Adoption | Passing | Confidence |\n|---|---|---|---|---|---|\n| [github.com/aws/aws-sdk-go](https://togithub.com/aws/aws-sdk-go) |\n`v1.54.6` -> `v1.54.14` |\n[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go/v1.54.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go/v1.54.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go/v1.54.6/v1.54.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go/v1.54.6/v1.54.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n\n---\n\n### Release Notes\n\n
\naws/aws-sdk-go (github.com/aws/aws-sdk-go)\n\n###\n[`v1.54.14`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15414-2024-07-03)\n\n[Compare\nSource](https://togithub.com/aws/aws-sdk-go/compare/v1.54.13...v1.54.14)\n\n\\===\n\n##### Service Client Updates\n\n- `service/application-autoscaling`: Updates service documentation\n- `service/directconnect`: Updates service documentation\n- This update includes documentation for support of new native 400 GBps\nports for Direct Connect.\n- `service/organizations`: Updates service API and documentation\n- Added a new reason under ConstraintViolationException in\nRegisterDelegatedAdministrator API to prevent registering suspended\naccounts as delegated administrator of a service.\n- `service/rekognition`: Updates service API and documentation\n- This release adds support for tagging projects and datasets with the\nCreateProject and CreateDataset APIs.\n- `service/workspaces`: Updates service API\n- Fix create workspace bundle RootStorage/UserStorage to accept non null\nvalues\n\n###\n[`v1.54.13`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15413-2024-07-02)\n\n[Compare\nSource](https://togithub.com/aws/aws-sdk-go/compare/v1.54.12...v1.54.13)\n\n\\===\n\n##### Service Client Updates\n\n- `service/ec2`: Updates service API and documentation\n - Documentation updates for Elastic Compute Cloud (EC2).\n- `service/fms`: Updates service API\n- `service/s3`: Updates service API, documentation, and examples\n - Added response overrides to Head Object requests.\n\n###\n[`v1.54.12`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15412-2024-07-01)\n\n[Compare\nSource](https://togithub.com/aws/aws-sdk-go/compare/v1.54.11...v1.54.12)\n\n\\===\n\n##### Service Client Updates\n\n- `service/apigateway`: Updates service API\n - Add v2 smoke tests and smithy smokeTests trait for SDK testing.\n- `service/cognito-identity`: Updates service API\n- `service/connect`: Updates service API, documentation, and paginators\n- `service/docdb`: Updates service API\n - Add v2 smoke tests and smithy smokeTests trait for SDK testing.\n- `service/eks`: Updates service API\n- `service/payment-cryptography`: Updates service API and documentation\n- `service/payment-cryptography-data`: Updates service API,\ndocumentation, and waiters\n- `service/states`: Updates service API\n - Add v2 smoke tests and smithy smokeTests trait for SDK testing.\n- `service/swf`: Updates service API\n - Add v2 smoke tests and smithy smokeTests trait for SDK testing.\n- `service/wafv2`: Updates service API and documentation\n\n###\n[`v1.54.11`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15411-2024-06-28)\n\n[Compare\nSource](https://togithub.com/aws/aws-sdk-go/compare/v1.54.10...v1.54.11)\n\n\\===\n\n##### Service Client Updates\n\n- `service/acm-pca`: Updates service API\n- `service/cloudhsmv2`: Updates service API and documentation\n- Added 3 new APIs to support backup sharing: GetResourcePolicy,\nPutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the\noutput of the DescribeBackups API. Added support for BackupArn in the\nCreateCluster API.\n- `service/connect`: Updates service API and documentation\n- `service/elasticmapreduce`: Updates service API and documentation\n- This release provides the support for new allocation strategies i.e.\nCAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by\ntaking input of priority value for each instance type for instance fleet\nclusters.\n- `service/glue`: Updates service API and documentation\n- Added AttributesToGet parameter to Glue GetDatabases, allowing caller\nto limit output to include only the database name.\n- `service/kinesisanalyticsv2`: Updates service API and documentation\n- `service/opensearch`: Updates service API and documentation\n- `service/pi`: Updates service API and documentation\n- `service/workspaces`: Updates service API and documentation\n- Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces\nPersonal.\n\n###\n[`v1.54.10`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15410-2024-06-27)\n\n[Compare\nSource](https://togithub.com/aws/aws-sdk-go/compare/v1.54.9...v1.54.10)\n\n\\===\n\n##### Service Client Updates\n\n- `service/application-autoscaling`: Updates service API and\ndocumentation\n- `service/chime-sdk-media-pipelines`: Updates service API and\ndocumentation\n- `service/cloudfront`: Updates service API and documentation\n- Doc only update for CloudFront that fixes customer-reported issue\n- `service/datazone`: Updates service API, documentation, and paginators\n- `service/elasticache`: Updates service API\n - Add v2 smoke tests and smithy smokeTests trait for SDK testing.\n- `service/mq`: Updates service API and documentation\n- This release makes the EngineVersion field optional for both broker\nand configuration and uses the latest available version by default. The\nAutoMinorVersionUpgrade field is also now optional for broker creation\nand defaults to 'true'.\n- `service/qconnect`: Updates service API, documentation, and paginators\n- `service/quicksight`: Updates service API and documentation\n - Adding support for Repeating Sections, Nested Filters\n- `service/rds`: Updates service API, documentation, waiters,\npaginators, and examples\n - Updates Amazon RDS documentation for TAZ export to S3.\n- `service/sagemaker`: Updates service API and documentation\n- Add capability for Admins to customize Studio experience for the user\nby showing or hiding Apps and MLTools.\n- `service/workspaces`: Updates service API and documentation\n - Added support for WorkSpaces Pools.\n\n###\n[`v1.54.9`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1549-2024-06-26)\n\n[Compare\nSource](https://togithub.com/aws/aws-sdk-go/compare/v1.54.8...v1.54.9)\n\n\\===\n\n##### Service Client Updates\n\n- `service/controltower`: Updates service API, documentation, and\npaginators\n- `service/eks`: Updates service API and documentation\n- `service/ivs-realtime`: Updates service API, documentation, and\npaginators\n- `service/kinesisanalyticsv2`: Updates service API, documentation, and\npaginators\n- `service/opensearch`: Updates service API and documentation\n\n###\n[`v1.54.8`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1548-2024-06-25)\n\n[Compare\nSource](https://togithub.com/aws/aws-sdk-go/compare/v1.54.7...v1.54.8)\n\n\\===\n\n##### Service Client Updates\n\n- `service/autoscaling`: Updates service API and documentation\n - Doc only update for Auto Scaling's TargetTrackingMetricDataQuery\n- `service/ec2`: Updates service API\n- This release is for the launch of the new u7ib-12tb.224xlarge, R8g,\nc7gn.metal and mac2-m1ultra.metal instance types\n- `service/networkmanager`: Updates service API and documentation\n- `service/workspaces-thin-client`: Updates service API and\ndocumentation\n\n###\n[`v1.54.7`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1547-2024-06-24)\n\n[Compare\nSource](https://togithub.com/aws/aws-sdk-go/compare/v1.54.6...v1.54.7)\n\n\\===\n\n##### Service Client Updates\n\n- `service/bedrock-runtime`: Updates service API\n- `service/customer-profiles`: Updates service API and documentation\n- `service/ec2`: Updates service API\n - Fix EC2 multi-protocol info in models.\n- `service/qbusiness`: Updates service API and documentation\n- `service/ssm`: Updates service API\n- Add sensitive trait to SSM IPAddress property for CloudTrail redaction\n- `service/workspaces-web`: Updates service API and documentation\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - \"before 4am\" (UTC), Automerge -\n\"before 4am\" (UTC).\n\n๐Ÿšฆ **Automerge**: Enabled.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/woodpecker-ci/plugin-s3).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.14 (#200)"}},{"before":null,"after":"785c815fd948f9dca67b951d535b5371b22bd169","ref":"refs/heads/overwrite-supp","pushedAt":"2024-07-09T12:21:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pat-s","name":"Patrick Schratz","path":"/pat-s","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8430564?s=80&v=4"},"commit":{"message":"format","shortMessageHtmlLink":"format"}},{"before":"213e845d5bd489f6f50395cb2d02de8eb3a9825e","after":"511f11e8cc46b8f0b1fcb2880ef9bd499c026645","ref":"refs/heads/renovate/golang-deps-non-major","pushedAt":"2024-07-08T23:04:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.16","shortMessageHtmlLink":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.16"}},{"before":null,"after":"213e845d5bd489f6f50395cb2d02de8eb3a9825e","ref":"refs/heads/renovate/golang-deps-non-major","pushedAt":"2024-07-06T00:16:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.15","shortMessageHtmlLink":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.15"}},{"before":"04d19e616375f86e3a2cadcbcd1e2efbe2d0a517","after":"1403e568bf50db7317cbfa2c350276fcae09da80","ref":"refs/heads/next-release/main","pushedAt":"2024-07-04T06:00:03.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"woodpecker-bot","name":"woodpecker-bot ","path":"/woodpecker-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89799003?s=80&v=4"},"commit":{"message":"๐ŸŽ‰ Release 1.2.2","shortMessageHtmlLink":"๐ŸŽ‰ Release 1.2.2"}},{"before":"c57863c422323a50f395f9c56259d0695a442de5","after":null,"ref":"refs/heads/renovate/golang-deps-non-major","pushedAt":"2024-07-04T05:58:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"d8e69d8175acc722cf7f4682665ad3bb5c417d5f","after":"2d3917074d6a927c1c9097219626d592067ecb65","ref":"refs/heads/main","pushedAt":"2024-07-04T05:58:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.14 (#200)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Change | Age | Adoption | Passing | Confidence |\n|---|---|---|---|---|---|\n| [github.com/aws/aws-sdk-go](https://togithub.com/aws/aws-sdk-go) |\n`v1.54.6` -> `v1.54.14` |\n[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go/v1.54.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go/v1.54.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go/v1.54.6/v1.54.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go/v1.54.6/v1.54.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n\n---\n\n### Release Notes\n\n
\naws/aws-sdk-go (github.com/aws/aws-sdk-go)\n\n###\n[`v1.54.14`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15414-2024-07-03)\n\n[Compare\nSource](https://togithub.com/aws/aws-sdk-go/compare/v1.54.13...v1.54.14)\n\n\\===\n\n##### Service Client Updates\n\n- `service/application-autoscaling`: Updates service documentation\n- `service/directconnect`: Updates service documentation\n- This update includes documentation for support of new native 400 GBps\nports for Direct Connect.\n- `service/organizations`: Updates service API and documentation\n- Added a new reason under ConstraintViolationException in\nRegisterDelegatedAdministrator API to prevent registering suspended\naccounts as delegated administrator of a service.\n- `service/rekognition`: Updates service API and documentation\n- This release adds support for tagging projects and datasets with the\nCreateProject and CreateDataset APIs.\n- `service/workspaces`: Updates service API\n- Fix create workspace bundle RootStorage/UserStorage to accept non null\nvalues\n\n###\n[`v1.54.13`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15413-2024-07-02)\n\n[Compare\nSource](https://togithub.com/aws/aws-sdk-go/compare/v1.54.12...v1.54.13)\n\n\\===\n\n##### Service Client Updates\n\n- `service/ec2`: Updates service API and documentation\n - Documentation updates for Elastic Compute Cloud (EC2).\n- `service/fms`: Updates service API\n- `service/s3`: Updates service API, documentation, and examples\n - Added response overrides to Head Object requests.\n\n###\n[`v1.54.12`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15412-2024-07-01)\n\n[Compare\nSource](https://togithub.com/aws/aws-sdk-go/compare/v1.54.11...v1.54.12)\n\n\\===\n\n##### Service Client Updates\n\n- `service/apigateway`: Updates service API\n - Add v2 smoke tests and smithy smokeTests trait for SDK testing.\n- `service/cognito-identity`: Updates service API\n- `service/connect`: Updates service API, documentation, and paginators\n- `service/docdb`: Updates service API\n - Add v2 smoke tests and smithy smokeTests trait for SDK testing.\n- `service/eks`: Updates service API\n- `service/payment-cryptography`: Updates service API and documentation\n- `service/payment-cryptography-data`: Updates service API,\ndocumentation, and waiters\n- `service/states`: Updates service API\n - Add v2 smoke tests and smithy smokeTests trait for SDK testing.\n- `service/swf`: Updates service API\n - Add v2 smoke tests and smithy smokeTests trait for SDK testing.\n- `service/wafv2`: Updates service API and documentation\n\n###\n[`v1.54.11`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15411-2024-06-28)\n\n[Compare\nSource](https://togithub.com/aws/aws-sdk-go/compare/v1.54.10...v1.54.11)\n\n\\===\n\n##### Service Client Updates\n\n- `service/acm-pca`: Updates service API\n- `service/cloudhsmv2`: Updates service API and documentation\n- Added 3 new APIs to support backup sharing: GetResourcePolicy,\nPutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the\noutput of the DescribeBackups API. Added support for BackupArn in the\nCreateCluster API.\n- `service/connect`: Updates service API and documentation\n- `service/elasticmapreduce`: Updates service API and documentation\n- This release provides the support for new allocation strategies i.e.\nCAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by\ntaking input of priority value for each instance type for instance fleet\nclusters.\n- `service/glue`: Updates service API and documentation\n- Added AttributesToGet parameter to Glue GetDatabases, allowing caller\nto limit output to include only the database name.\n- `service/kinesisanalyticsv2`: Updates service API and documentation\n- `service/opensearch`: Updates service API and documentation\n- `service/pi`: Updates service API and documentation\n- `service/workspaces`: Updates service API and documentation\n- Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces\nPersonal.\n\n###\n[`v1.54.10`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15410-2024-06-27)\n\n[Compare\nSource](https://togithub.com/aws/aws-sdk-go/compare/v1.54.9...v1.54.10)\n\n\\===\n\n##### Service Client Updates\n\n- `service/application-autoscaling`: Updates service API and\ndocumentation\n- `service/chime-sdk-media-pipelines`: Updates service API and\ndocumentation\n- `service/cloudfront`: Updates service API and documentation\n- Doc only update for CloudFront that fixes customer-reported issue\n- `service/datazone`: Updates service API, documentation, and paginators\n- `service/elasticache`: Updates service API\n - Add v2 smoke tests and smithy smokeTests trait for SDK testing.\n- `service/mq`: Updates service API and documentation\n- This release makes the EngineVersion field optional for both broker\nand configuration and uses the latest available version by default. The\nAutoMinorVersionUpgrade field is also now optional for broker creation\nand defaults to 'true'.\n- `service/qconnect`: Updates service API, documentation, and paginators\n- `service/quicksight`: Updates service API and documentation\n - Adding support for Repeating Sections, Nested Filters\n- `service/rds`: Updates service API, documentation, waiters,\npaginators, and examples\n - Updates Amazon RDS documentation for TAZ export to S3.\n- `service/sagemaker`: Updates service API and documentation\n- Add capability for Admins to customize Studio experience for the user\nby showing or hiding Apps and MLTools.\n- `service/workspaces`: Updates service API and documentation\n - Added support for WorkSpaces Pools.\n\n###\n[`v1.54.9`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1549-2024-06-26)\n\n[Compare\nSource](https://togithub.com/aws/aws-sdk-go/compare/v1.54.8...v1.54.9)\n\n\\===\n\n##### Service Client Updates\n\n- `service/controltower`: Updates service API, documentation, and\npaginators\n- `service/eks`: Updates service API and documentation\n- `service/ivs-realtime`: Updates service API, documentation, and\npaginators\n- `service/kinesisanalyticsv2`: Updates service API, documentation, and\npaginators\n- `service/opensearch`: Updates service API and documentation\n\n###\n[`v1.54.8`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1548-2024-06-25)\n\n[Compare\nSource](https://togithub.com/aws/aws-sdk-go/compare/v1.54.7...v1.54.8)\n\n\\===\n\n##### Service Client Updates\n\n- `service/autoscaling`: Updates service API and documentation\n - Doc only update for Auto Scaling's TargetTrackingMetricDataQuery\n- `service/ec2`: Updates service API\n- This release is for the launch of the new u7ib-12tb.224xlarge, R8g,\nc7gn.metal and mac2-m1ultra.metal instance types\n- `service/networkmanager`: Updates service API and documentation\n- `service/workspaces-thin-client`: Updates service API and\ndocumentation\n\n###\n[`v1.54.7`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1547-2024-06-24)\n\n[Compare\nSource](https://togithub.com/aws/aws-sdk-go/compare/v1.54.6...v1.54.7)\n\n\\===\n\n##### Service Client Updates\n\n- `service/bedrock-runtime`: Updates service API\n- `service/customer-profiles`: Updates service API and documentation\n- `service/ec2`: Updates service API\n - Fix EC2 multi-protocol info in models.\n- `service/qbusiness`: Updates service API and documentation\n- `service/ssm`: Updates service API\n- Add sensitive trait to SSM IPAddress property for CloudTrail redaction\n- `service/workspaces-web`: Updates service API and documentation\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - \"before 4am\" (UTC), Automerge -\n\"before 4am\" (UTC).\n\n๐Ÿšฆ **Automerge**: Enabled.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/woodpecker-ci/plugin-s3).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.14 (#200)"}},{"before":"1a31aec064dde63f61f87bd6c10b9f65cc77caba","after":"c57863c422323a50f395f9c56259d0695a442de5","ref":"refs/heads/renovate/golang-deps-non-major","pushedAt":"2024-07-03T19:08:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.14","shortMessageHtmlLink":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.14"}},{"before":"2af91d5c007eaa5b740dd005e0c24b8b74da2a52","after":"1a31aec064dde63f61f87bd6c10b9f65cc77caba","ref":"refs/heads/renovate/golang-deps-non-major","pushedAt":"2024-07-02T18:36:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.13","shortMessageHtmlLink":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.13"}},{"before":"452d112080b5a3dff644f31ed6858aba06c72a01","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-07-02T05:47:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"qwerty287","name":null,"path":"/qwerty287","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/80460567?s=80&v=4"}},{"before":"9b4a242b1cc9de36b1f7d3b205fe88531b6835bf","after":"2af91d5c007eaa5b740dd005e0c24b8b74da2a52","ref":"refs/heads/renovate/golang-deps-non-major","pushedAt":"2024-07-01T21:26:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.12","shortMessageHtmlLink":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.12"}},{"before":null,"after":"452d112080b5a3dff644f31ed6858aba06c72a01","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-07-01T20:10:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/hadolint/hadolint: v2.12.1-beta โ†’ v2.13.0-beta](https://github.com/hadolint/hadolint/compare/v2.12.1-beta...v2.13.0-beta)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"71ef174dba32a2ee270790d8f9131da664299e48","after":"9b4a242b1cc9de36b1f7d3b205fe88531b6835bf","ref":"refs/heads/renovate/golang-deps-non-major","pushedAt":"2024-06-28T21:51:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.11","shortMessageHtmlLink":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.11"}},{"before":"9d7259dcb12113dcce103243ae7534aae13e6c02","after":"71ef174dba32a2ee270790d8f9131da664299e48","ref":"refs/heads/renovate/golang-deps-non-major","pushedAt":"2024-06-27T21:34:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.10","shortMessageHtmlLink":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.10"}},{"before":"f2686040355cddd8a4f6b58930d51901bf48463f","after":"9d7259dcb12113dcce103243ae7534aae13e6c02","ref":"refs/heads/renovate/golang-deps-non-major","pushedAt":"2024-06-26T21:19:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.9","shortMessageHtmlLink":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.9"}},{"before":"42e328d77ec18be655390e4dc22d53f091024d7c","after":"04d19e616375f86e3a2cadcbcd1e2efbe2d0a517","ref":"refs/heads/next-release/main","pushedAt":"2024-06-25T21:51:18.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"woodpecker-bot","name":"woodpecker-bot ","path":"/woodpecker-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89799003?s=80&v=4"},"commit":{"message":"๐ŸŽ‰ Release 1.2.2","shortMessageHtmlLink":"๐ŸŽ‰ Release 1.2.2"}},{"before":"7509a03dbd6debc9c1d0bdf37c966fc0c7a84368","after":"f2686040355cddd8a4f6b58930d51901bf48463f","ref":"refs/heads/renovate/golang-deps-non-major","pushedAt":"2024-06-25T21:50:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.8","shortMessageHtmlLink":"fix(deps): update module github.com/aws/aws-sdk-go to v1.54.8"}},{"before":"9dd239cd7a4a5cf7961e2cffd52ca4704d23973d","after":null,"ref":"refs/heads/fix-env-vars","pushedAt":"2024-06-25T21:49:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pat-s","name":"Patrick Schratz","path":"/pat-s","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8430564?s=80&v=4"}},{"before":"ec07f3ca36dd6fbec36843964e466d8c89f6368e","after":"d8e69d8175acc722cf7f4682665ad3bb5c417d5f","ref":"refs/heads/main","pushedAt":"2024-06-25T21:49:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pat-s","name":"Patrick Schratz","path":"/pat-s","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8430564?s=80&v=4"},"commit":{"message":"Fix env var parsing with urfave/cli v2 (#198)","shortMessageHtmlLink":"Fix env var parsing with urfave/cli v2 (#198)"}},{"before":null,"after":"9dd239cd7a4a5cf7961e2cffd52ca4704d23973d","ref":"refs/heads/fix-env-vars","pushedAt":"2024-06-25T21:12:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pat-s","name":"Patrick Schratz","path":"/pat-s","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8430564?s=80&v=4"},"commit":{"message":"fix env var parsing","shortMessageHtmlLink":"fix env var parsing"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEflcVvAA","startCursor":null,"endCursor":null}},"title":"Activity ยท woodpecker-ci/plugin-s3"}