This website requires JavaScript.
Explore
Help
Sign in
ansible
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2024-09-14 20:13:21 +02:00
Code
Releases
Activity
39f9d3e4a6
community.general
/
test
/
integration
/
targets
/
aws_s3
/
defaults
/
main.yml
4 lines
62 B
YAML
Raw
Normal View
History
Unescape
Escape
s3 integration tests (#22920) * s3 integration tests * Make s3 integration tests work in standard integration setup and with fish as current shell see also https://github.com/ansible/proposals/issues/62 if you don't like this much * test_s3 integration test - substitute command instead of shell where simple * test_s3 integration test - random contents + complete elimination of use of shell module by moving to tempfile * move s3 to integration test targets * Add a couple more test for . in bucket names Tidy syntax remove reference to legacy credentials.yml remove posix/cli/cloud/aws * remove from legacy testing * remove dependencies that aren't used
2017-05-31 17:48:35 +02:00
---
# defaults file for s3
s3 integration tests (#28396) * Replace pause in integration tests with until. Use resource prefix instead of generating a random number Only try to delete keys if they exist * Add alias to tests
2017-09-15 11:08:09 +02:00
bucket_name
:
'{{resource_prefix}}'
Copy permalink