We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f80e9 commit 9f1127eCopy full SHA for 9f1127e
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 3.3.0 (2023-05-30)
4
+
5
+#### :rocket: Enhancement
6
+* [#174](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/174) Optionally ignore ACLs ([@khornberg](https://github.com/khornberg))
7
8
+#### Committers: 2
9
+- Kyle Hornberg ([@khornberg](https://github.com/khornberg))
10
+- Prasad ([@sbonasu](https://github.com/sbonasu))
11
12
## 3.2.0 (2022-10-27)
13
14
#### :rocket: Enhancement
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-deploy-s3",
- "version": "3.2.0",
+ "version": "3.3.0",
"description": "An ember-cli-deploy plugin to upload to s3",
"keywords": [
"ember-addon",
0 commit comments