Skip to content

AWS PHP SDK modified to for interaction with custom endpoints and regions.

License

Notifications You must be signed in to change notification settings

oblivio/AWS-PHP-CUSTOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS-PHP-CUSTOM

AWS PHP SDK modified to for interaction with custom endpoints and regions.

Config files that need to be modified for custom-endpoint functionality:

1.) aws-php/Aws/Common/Resources/custom-endpoints.php

2.) aws-php/Aws/CloudWatch/Resources/cloudwatch-custom-regions.php

3.) clients/generic-client.php

$region = "your-custom-region-1";

$ssl_ca = "path/to/cert.cer";

New files to enable functionality:

1.) aws-php/Aws/CloudWatch/Resources/cloudwatch-custom.php

2.) aws-php/Aws/Common/Resources/custom-endpoints.php

3.) aws-php/Aws/CloudWatch/Resources/cloudwatch-custom-regions.php

Modified files to enable functionality:

1.) aws-php/Aws/CloudWatch/CloudWatchClient.php [const LATEST_API_VERSION = 'custom']

2.) aws-php/Aws/Common/Resources/public-endpoints.php

About

AWS PHP SDK modified to for interaction with custom endpoints and regions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages