This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| # You can use this file to override _any_ variable throughout Kolla. | |
| # Additional options can be found in the 'kolla/ansible/group_vars/all.yml' file. | |
| # Default value of all the commented parameters are shown here, To override | |
| # the default value uncomment the parameter and change its value. | |
| ################### | |
| # Kolla options | |
| ################### | |
| # Valid options are [ COPY_ONCE, COPY_ALWAYS ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.template; | |
| import com.amazonaws.ClientConfiguration; | |
| import com.amazonaws.auth.AWSCredentials; | |
| import com.amazonaws.auth.BasicAWSCredentials; | |
| import com.amazonaws.services.s3.AmazonS3; | |
| import com.amazonaws.services.s3.AmazonS3Client; | |
| import com.amazonaws.services.s3.S3ClientOptions; | |
| import com.amazonaws.services.s3.model.PutObjectRequest; | |
| import com.amazonaws.services.s3.transfer.TransferManager; |