Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/5.x' into 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SLRBot committed Dec 30, 2024
2 parents 72979c8 + f9fe82a commit 361d6ce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [5.5.6](https://github.com/netbull/MediaBundle/compare/v5.5.5...v5.5.6) (2024-11-01)


### Bug Fixes

* removed credentials requirement ([b4edd55](https://github.com/netbull/MediaBundle/commit/b4edd55a2ecfd0d04b6203f9352b92d42b4f0942))

## [5.5.5](https://github.com/netbull/MediaBundle/compare/v5.5.4...v5.5.5) (2024-08-27)


### Bug Fixes

* added proper exception ([b5ab504](https://github.com/netbull/MediaBundle/commit/b5ab50403de6f4903494f26c455acd7d0dc67fe3))

## [5.5.4](https://github.com/netbull/MediaBundle/compare/v5.5.3...v5.5.4) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private function addFilesystemSection(ArrayNodeDefinition $node)
->scalarNode('directory')->defaultValue('')->end()
->scalarNode('version')->defaultValue('latest')->end()
->scalarNode('region')->defaultValue('eu-central-1')->end()
->arrayNode('credentials')->isRequired()
->arrayNode('credentials')
->children()
->scalarNode('key')->isRequired()->end()
->scalarNode('secret')->isRequired()->end()
Expand Down

0 comments on commit 361d6ce

Please sign in to comment.