Download the PHP package m6web/aws-bundle without Composer
On this page you can find all versions of the php package m6web/aws-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package aws-bundle
AWS-BUNDLE 
Aws client as a Symfony Service
⚠ This bundle is deprecated
Please use the official AWS Symfony bundle instead.
configure your AWS user credentials and services
Reference guide of AWS configuration services. See AWS Configuration reference
-
m6_web_aws
:-
credentials
: # List of AWS user credentialsdefault
: Name of AWS userkey
: "azerty" [optional] Your AWS user's access key ID. See AWS access keyssecret
: "1337" [optional] Your AWS user's secret access key. See AWS access keysregion
: "us-west-2" [optional] Region name (e.g., 'us-east-1', 'us-west-1', 'us-west-2', 'eu-west-1', etc.)scheme
: [optional] URI Scheme of the base URL (e.g.. 'https', 'http') used when base_url is not supplied.base_url
: [optional] Allows you to specify a custom endpoint instead of having the SDK build one automatically from the region and scheme.signature
: [optional]signature_service
: [optional] Alias of signature.service. The signature service scope for Signature V4. See Setting a custom endpointsignature_region
: [optional] Alias of signature.region. The signature region scope for Signature V4. See Setting a custom endpointcurl_options
: [optional] Alias of curl.optionsrequest_options
: [optional] Alias of request.optionscommand_params
: [optional] Alias of command.params
ops
: # Another AWS userkey
: ...secret
:region
:
-
clients
:6cloud_cdn
:credential
: "default" [optional] AWS user nameservice
: "S3" [required] AWS service Alias (see below)region
: "us-west-1" [optional] Override region name.
s3
:buckets
:dev
: Name of the bucket (use to define service name)name
: "s3-bucket-name" Real name of the bucketclient
: "6cloud_cdn" Client name defined above
-
sqs
:dev
: Name of the sqs config (use to define service name)client
: "sqs_client" Client name defined above
-
sts
:dev
: Name of the sts config (use to define service name)client
: "sts_client" Client name defined above
dynamodb
:dev
: Name of the clientclient
: "6cloud_cdn" Client name defined above
-
Aliases for AWS Services :
(case sensitive)
- AutoScaling
- CloudFormation
- CloudFront
- cloudfront (version : 2012-05-05)
- CloudSearch
- cloudsearch (version : 2011-02-01)
- CloudTrail
- CloudWatch
- DataPipeline
- DirectConnect
- DynamoDb
- dynamodb (version: 2011-12-05)
- Ec2
- ElastiCache
- ElasticBeanstalk
- ElasticLoadBalancing
- ElasticTranscoder
- Emr
- Glacier
- Kinesis
- Iam
- ImportExport
- OpsWorks
- Rds
- Redshift
- Route53
- S3
- SimpleDb
- Ses
- Sns
- Sqs
- StorageGateway
- Sts
- Support
- Swf
SQS Example
STS Example
DataCollector
DataCollector is enabled by defaut.
To disable :
Unit tests :
All versions of aws-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
aws/aws-sdk-php Version ~2.6
symfony/dependency-injection Version ^2.8 || ^3.0
aws/aws-sdk-php Version ~2.6
symfony/dependency-injection Version ^2.8 || ^3.0
The package m6web/aws-bundle contains the following files
Loading the files please wait ....