1 Answer
- Newest
- Most votes
- Most comments
0
How about placing them in S3?
Then you can use "aws s3 cp" to copy the files.
For example, you might execute the following command.
aws s3 cp s3://example-s3/application.properties ./src/main/resources/
If this answer leads to a resolution, please approve the answer for the betterment of the community.
Relevant content
- asked 3 months ago
- asked 9 months ago
- asked a year ago