fog-aws 3.8.0 → 3.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +239 -22
  3. data/README.md +1 -1
  4. data/fog-aws.gemspec +5 -4
  5. data/lib/fog/aws/compute.rb +6 -3
  6. data/lib/fog/aws/credential_fetcher.rb +17 -8
  7. data/lib/fog/aws/models/compute/security_group.rb +13 -5
  8. data/lib/fog/aws/models/compute/server.rb +2 -0
  9. data/lib/fog/aws/models/storage/file.rb +13 -10
  10. data/lib/fog/aws/models/storage/files.rb +32 -2
  11. data/lib/fog/aws/parsers/compute/describe_security_groups.rb +18 -4
  12. data/lib/fog/aws/requests/compute/authorize_security_group_ingress.rb +15 -0
  13. data/lib/fog/aws/requests/compute/describe_security_groups.rb +2 -0
  14. data/lib/fog/aws/requests/compute/run_instances.rb +44 -0
  15. data/lib/fog/aws/requests/storage/delete_multiple_objects.rb +18 -8
  16. data/lib/fog/aws/requests/storage/get_object.rb +1 -1
  17. data/lib/fog/aws/storage.rb +42 -3
  18. data/lib/fog/aws/version.rb +1 -1
  19. data/tests/credentials_tests.rb +53 -0
  20. data/tests/helpers/succeeds_helper.rb +2 -2
  21. data/tests/models/storage/directory_tests.rb +113 -2
  22. data/tests/models/storage/files_tests.rb +32 -0
  23. data/tests/requests/compute/security_group_tests.rb +12 -1
  24. data/tests/requests/storage/bucket_tests.rb +1 -1
  25. data/tests/requests/storage/versioning_tests.rb +38 -0
  26. metadata +11 -22
  27. data/.gitignore +0 -17
  28. data/.travis.yml +0 -122
  29. data/Gemfile +0 -14
  30. data/Rakefile +0 -14
  31. data/bin/console +0 -14
  32. data/bin/setup +0 -8
  33. data/gemfiles/Gemfile-edge +0 -14
  34. data/gemfiles/Gemfile-ruby-2.0 +0 -7
  35. data/lib/fog/aws/iam/default_policies.json +0 -1574
  36. data/lib/fog/aws/iam/default_policy_versions.json +0 -3373
  37. data/stale.yml +0 -17
data/stale.yml DELETED
@@ -1,17 +0,0 @@
1
- # Number of days of inactivity before an issue becomes stale
2
- daysUntilStale: 60
3
- # Number of days of inactivity before a stale issue is closed
4
- daysUntilClose: 7
5
- # Issues with these labels will never be considered stale
6
- exemptLabels:
7
- - pinned
8
- - security
9
- # Label to use when marking an issue as stale
10
- staleLabel: wontfix
11
- # Comment to post when marking an issue as stale. Set to `false` to disable
12
- markComment: >
13
- This issue has been automatically marked stale due to inactivity.
14
- It will be closed if no further activity occurs.
15
- Thank you for your contributions.
16
- # Comment to post when closing a stale issue. Set to `false` to disable
17
- closeComment: false