Skip to content
Discussion options

You must be logged in to vote

Hi @sitenzo,

Thank you for reaching out and for your kind words about the package!

Based on the scenario you described, where you want to disable the translator in production by removing the AWS keys, there's a straightforward solution that aligns with your requirements.

You can modify the AWS configuration used by the AWS Service Provider for Laravel as documented in their Configuration section. By publishing the aws.php config file to your Laravel application, you gain the ability to customize the AWS SDK's behavior based on your environment.

For your specific case, you can update the credentials configuration in the config/aws.php file from this:

'credentials' => [
    'key' => env('AW…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sitenzo
Comment options

Answer selected by sitenzo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants