Skip to content

Patch 1 changes #1

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

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
4449ed0
Modify service provider to use different config for publishing and de…
holorhythms Dec 3, 2018
33ea9fd
3.3.1 release
holorhythms Dec 3, 2018
0594ccf
Align with suggested laravel config practices (#145)
matthewnessworthy Mar 14, 2019
03124f8
Composer & Travis updates (#155)
holorhythms Mar 14, 2019
3e8e880
3.3.2 release
holorhythms Mar 15, 2019
942eadb
Fix memory_limit issue for travis CI build (#163)
holorhythms May 7, 2019
670d375
Adding issue templates (#162)
May 8, 2019
d4e5267
Corrected dead link (#164)
ptcrash Jun 26, 2019
390f1e0
Laravel 6 support & Travis updates (#170)
holorhythms Sep 9, 2019
90f72ef
3.4.0 release
holorhythms Sep 9, 2019
a897d32
Laravel 7 Support
matthewnessworthy Mar 4, 2020
c8159c0
Build matrix
matthewnessworthy Mar 9, 2020
53cbcb4
try this?
matthewnessworthy Mar 10, 2020
1b1fd28
double matrix
matthewnessworthy Mar 10, 2020
ce5fbc2
lumen 7 dev
matthewnessworthy Mar 10, 2020
3078e03
lumen 7 dev
matthewnessworthy Mar 10, 2020
02dc7e0
lumen 7 dev
matthewnessworthy Mar 10, 2020
cc5f5b4
cache
matthewnessworthy Mar 10, 2020
4219b83
version constraint update
matthewnessworthy Mar 10, 2020
f7d4a76
Update .travis.yml
matthewnessworthy Mar 11, 2020
4e1508b
Update .travis.yml
matthewnessworthy Mar 11, 2020
6ab12db
Laravel 7 Support (#181)
matthewnessworthy Mar 11, 2020
7a37054
3.5.0 release
holorhythms Mar 11, 2020
20c8259
Updating issue templates (#182)
diehlaws Mar 26, 2020
f6f49db
Fix labels applied to bug report template
diehlaws Apr 23, 2020
a283917
Add stale issue cleanup action (#186)
diehlaws May 26, 2020
f8b9f15
Updating common files
diehlaws Jul 17, 2020
89c9f1f
Merge pull request #189 from diehlaws/common-files-standardization
diehlaws Aug 6, 2020
f9ad129
Add Laravel 8 support (#191)
Kussie Sep 14, 2020
49bc5d9
3.6.0 release
holorhythms Sep 14, 2020
6a13771
Add closed issue message github action
SomayaB Oct 5, 2020
24df56e
Merge pull request #183 from diehlaws/issue-templates
ajredniwja Nov 9, 2020
6d0c895
Merge pull request #194 from SomayaB/closed-issue-message
ajredniwja Nov 9, 2020
171ceb5
Merge branch 'master' of https://github.com/aws/aws-sdk-php-laravel i…
rowino Sep 30, 2021
c019e84
Merge branch 'aws-master' into patch-1
rowino Sep 30, 2021
4ff812d
laravel 9
mathiasgrimm Nov 11, 2022
4837b09
Upgrade to Laravel 10
rowino Oct 4, 2023
2f90653
Update composer.json to include earlier versions of laravel
rowino Oct 17, 2023
ca12397
Update composer.json
rowino Oct 17, 2023
ba000d1
Update composer.json
rowino Sep 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: "\U0001F41B Bug report"
about: Create a report to help us improve
title: ''
labels: needs-triage, bug
assignees: ''

---

Confirm by changing [ ] to [x] below to ensure that it's a bug:
- [ ] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/aws-sdk-php/v3/api/index.html)
- [ ] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-php-sdk) for answers
- [ ] I've searched for [previous similar issues](https://github.com/aws/aws-sdk-php-laravel/issues) and didn't find any solution

**Describe the bug**
A clear and concise description of what the bug is.

**Version of AWS SDK for PHP?**
Example: v3.133.6
* get SDK version by printing the output of `Aws\Sdk::VERSION` in your code
* if the SDK was installed via composer you can see the version installed with `composer show -i`

**Version of AWS Service Provider for Laravel?**


**Version of Laravel (`php artisan --version`)?**


**Version of PHP (`php -v`)?**


**To Reproduce (observed behavior)**
Steps to reproduce the behavior (please share code or minimal repo)

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Any additional information relevant to the issue. Examples include any framework you may be using (e.g. Laravel, Wordpress) in conjunction with the AWS SDK for PHP, or PHP/environment config settings if the issue is related to memory or performance.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: "\U0001F4DDDocumentation"
about: Suggest incorrect/improvement in documentation
title: ''
labels: needs-triage, documentation
assignees: ''

---

**Describe the issue with documentation**
A clear and concise description of what the issue is.

**To Reproduce (observed behavior)**
Steps to reproduce the behavior (please share code or minimal repo)

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "\U0001F680 Feature request"
about: Suggest an idea for this project
title: ''
labels: needs-triage, feature-request
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/questions-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: "\U0001F4AC Questions / Help"
about: If you have questions, please check AWS Forums or StackOverflow
title: ''
labels: needs-triage, guidance
assignees: ''

---

Confirm by changing [ ] to [x] below:
- [ ] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/aws-sdk-php/v3/api/index.html)
- [ ] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-php-sdk) for answers

**Version of AWS SDK for PHP?**
Example: v3.133.6
* get SDK version by printing the output of `Aws\Sdk::VERSION` in your code
* if the SDK was installed via composer you can see the version installed with `composer show -i`

**Version of AWS Service Provider for Laravel?**


**Version of Laravel (`php artisan --version`)?**


**Version of PHP (`php -v`)?**


**Describe the question**

17 changes: 17 additions & 0 deletions .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Closed Issue Message
on:
issues:
types: [closed]
jobs:
auto_comment:
runs-on: ubuntu-latest
steps:
- uses: aws-actions/closed-issue-message@v1
with:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
message: |
### ⚠️COMMENT VISIBILITY WARNING⚠️
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
45 changes: 45 additions & 0 deletions .github/workflows/stale_issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: "Close stale issues"

# Controls when the action will run.
on:
schedule:
- cron: "0 0 * * *"

jobs:
cleanup:
runs-on: ubuntu-latest
name: Stale issue job
steps:
- uses: aws-actions/stale-issue-cleanup@v3
with:
# Setting messages to an empty string will cause the automation to skip
# that category
ancient-issue-message: We have noticed this issue has not recieved attention in 3 years. We will close this issue for now. If you think this is in error, please feel free to comment and reopen the issue.
stale-issue-message: This issue has not recieved a response in 1 week. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled.

# These labels are required
stale-issue-label: closing-soon
exempt-issue-label: no-autoclose
stale-pr-label: no-pr-activity
exempt-pr-label: awaiting-approval
response-requested-label: response-requested

# Don't set closed-for-staleness label to skip closing very old issues
# regardless of label
closed-for-staleness-label: closed-for-staleness

# Issue timing
days-before-stale: 7
days-before-close: 4
days-before-ancient: 1095

# If you don't want to mark a issue as being ancient based on a
# threshold of "upvotes", you can set this here. An "upvote" is
# the total number of +1, heart, hooray, and rocket reactions
# on an issue.
minimum-upvotes-to-exempt: 10

repo-token: ${{ secrets.GITHUB_TOKEN }}
loglevel: DEBUG
# Set dry-run to true to not perform label or close actions.
# dry-run: true
65 changes: 48 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,56 @@
language: php
dist: trusty

php:
- 5.5.9
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm
- nightly
cache:
directories:
- $HOME/.composer/cache/files

sudo: false
language: php

matrix:
allow_failures:
- php: hhvm
- php: nightly

install:
- if [[ ${TRAVIS_PHP_VERSION} == "5.5.9" ]];
then travis_retry composer require laravel/framework;
else travis_retry composer update --no-interaction --prefer-source;
fi
include:
- php: 5.5.9
env: LARAVEL="5.1.*" LUMEN="5.1.*"
- php: hhvm-3.18
env: LARAVEL="5.1.*" LUMEN="5.1.*"
- php: 7.0
env: LARAVEL="5.5.*" LUMEN="5.5.*"
- php: 7.1
env: LARAVEL="^5.5" LUMEN="^5.5"
- php: 7.2
env: LARAVEL="^5.5" LUMEN="^5.5"
- php: 7.2
env: LARAVEL="^6.0" LUMEN="^6.0"
- php: 7.2
env: LARAVEL="^7.0" LUMEN="^7.0@dev"
- php: 7.3
env: LARAVEL="^6.0" LUMEN="^6.0"
- php: 7.3
env: LARAVEL="^7.0" LUMEN="^7.0"
- php: 7.3
env: LARAVEL="^8.0" LUMEN="^8.0@dev"
- php: 7.4
env: LARAVEL="^6.0" LUMEN="^6.0"
- php: 7.4
env: LARAVEL="^7.0" LUMEN="^7.0"
- php: 7.4
env: LARAVEL="^8.0" LUMEN="^8.0@dev"
- php: nightly
env: LARAVEL="^6.0" LUMEN="^6.0"
- php: nightly
env: LARAVEL="^7.0" LUMEN="^7.0"
- php: nightly
env: LARAVEL="^8.0" LUMEN="^8.0@dev"

before_install:
- echo "memory_limit=3G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

script: make test
script:
- travis_retry composer require laravel/framework:${LARAVEL} --no-interaction --prefer-dist
- vendor/bin/phpunit
- composer remove laravel/framework
- rm composer.lock
- travis_retry composer require laravel/lumen-framework:${LUMEN} --no-interaction --prefer-dist
- vendor/bin/phpunit
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# CHANGELOG

## 3.6.0 - 2020-09-14

* Adds support for Laravel 8.0

## 3.5.0 - 2020-03-11

* Adds support for Laravel 7.0
* Travis CI configuration updates

## 3.4.0 - 2019-09-09

* Adds support for Laravel 6.0
* Travis CI configuration updates

## 3.3.2 - 2019-03-15

* Align with suggested Laravel configuration practices
* Travis CI updated with PHP 7.3 and dependency resolution fixes

## 3.3.1 - 2018-12-3

* Modify service provider to use different config for publishing and default usage

## 3.3.0 - 2018-11-12

* Adds AWS credentials to published service provider configuration by default
Expand Down
4 changes: 4 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Code of Conduct
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
opensource-codeofconduct@amazon.com with any additional questions or comments.
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy