clint shryock
|
840d2e7ccc
|
Switch to acctest.RandInt for acceptance tests
|
2016-02-04 11:20:22 -06:00 |
clint shryock
|
dd0ca302de
|
guard against a nil dereference
|
2016-01-27 10:56:33 -06:00 |
clint shryock
|
244e727c6f
|
provider/aws: Randomize all S3 bucket names per test, not per run
The existing `randInt` is being use per run (so all tests use the same bucket
name), not per run (where each test would get a random int)
Fixes that
|
2016-01-27 10:45:52 -06:00 |
Csaba Palfi
|
8f6404a0e1
|
provider/aws enable specifying aws s3 redirect protocol
Signed-off-by: Csaba Palfi <csaba@palfi.me>
|
2016-01-21 23:26:13 +00:00 |
Kazunori Kojima
|
f2ce28ed46
|
Add support for S3 logging.
|
2016-01-09 10:09:23 -08:00 |
Paul Hinze
|
a8d2ad3ebe
|
refactor s3 bucket test to expect non-empty plan
pushing to master but paging @catsby for post-hoc review
|
2016-01-05 17:38:38 -06:00 |
clint shryock
|
b172d94381
|
provider/aws: Fix check destroy method for s3 tests
|
2015-12-16 11:07:15 -06:00 |
stack72
|
0cca74fe76
|
Changing the S3 Bucket resource to allow the update of ACL by using PutBucketAcl
|
2015-11-26 21:45:48 +00:00 |
Michael H. Oshita
|
90d70786ac
|
Align IAM version number to the current version (2012-10-17)
|
2015-11-13 00:32:45 +09:00 |
stack72
|
8eec0c896f
|
Adding a computed ARN for the S3 Bucket as per #3666
|
2015-10-29 13:33:35 +00:00 |
Clint
|
5cedd64a15
|
Merge pull request #3387 from kjmkznr/s3-cors
provider/aws: Add CORS settings to S3 bucket
|
2015-10-28 10:09:44 -05:00 |
Clint Shryock
|
4fb7ae6600
|
rename test so it can be ran in isolation
|
2015-10-14 13:55:19 -05:00 |
Kazunori Kojima
|
e0632de30c
|
Add support S3 CORS
|
2015-10-02 01:49:32 +09:00 |
Kazunori Kojima
|
707fe3ac6d
|
Changed to versioning block
|
2015-09-05 17:19:52 +09:00 |
Kazunori Kojima
|
0fbfd71f96
|
Allows S3 bucket versioning configuration
|
2015-09-05 11:38:56 +09:00 |
Clint Shryock
|
83827a5cb7
|
provider/aws: S3 bucket test that should fail
|
2015-08-03 16:30:54 -05:00 |
Paul Hinze
|
b71fa3d0ae
|
provider/aws: handle upstream aws-sdk-go repo move
`awslabs/aws-sdk-go => aws/aws-sdk-go`
Congrats to upstream on the promotion. :)
|
2015-06-03 13:36:57 -05:00 |
Justin Campbell
|
89f0def721
|
providers/aws: Normalize S3 bucket policy
AWS always returns a compressed JSON body, without spaces or newlines, so we round-trip the JSON before storing in the state.
|
2015-05-18 13:10:44 -04:00 |
Justin Campbell
|
4b17554993
|
providers/aws: test S3 policy unmarshaled JSON
|
2015-05-18 13:10:44 -04:00 |
Justin Campbell
|
9c764a3253
|
providers/aws: Add support for policy on S3 bucket
|
2015-05-18 13:10:44 -04:00 |
Justin Campbell
|
b8cd6b2bae
|
providers/aws: Add support for S3 website redirect
|
2015-05-12 11:24:08 -04:00 |
Justin Campbell
|
445f92e48a
|
providers/aws: Move HostedZoneIDForRegion into TF
|
2015-05-08 10:49:20 -04:00 |
Justin Campbell
|
64d2b495c3
|
providers/aws: Add region to S3 attrs
|
2015-05-08 10:02:16 -04:00 |
Justin Campbell
|
839688d477
|
providers/aws: Add hosted_zone_id to S3 attrs
|
2015-05-08 10:02:16 -04:00 |
Clint Shryock
|
20ebb38b8f
|
update s3bucket website tests
|
2015-05-07 10:13:08 -05:00 |
Clint Shryock
|
fed42fe1b3
|
update tests so go vet is happy
|
2015-05-07 10:03:28 -05:00 |
Justin Campbell
|
2745adba56
|
providers/aws: Test S3 website endpoint attr
|
2015-05-06 09:41:02 -04:00 |
Justin Campbell
|
87e6d3d17f
|
providers/aws: Fix S3 website error doc
|
2015-05-06 09:41:02 -04:00 |
Justin Campbell
|
0b78a71ed5
|
providers/aws: Test S3 website removal
|
2015-05-06 09:41:02 -04:00 |
Justin Campbell
|
20e531ae0d
|
providers/aws: Check that S3 website sets docs
|
2015-05-06 08:15:56 -04:00 |
Justin Campbell
|
30f737c781
|
providers/aws: Change S3 website to block
|
2015-05-06 08:15:56 -04:00 |
Justin Campbell
|
e6d9dcfb1a
|
providers/aws: Initial S3 bucket website support
|
2015-05-06 08:15:55 -04:00 |
Clint Shryock
|
d4e7c2dedc
|
provider/aws: Conver AWS S3 to upstream sdk
|
2015-04-14 11:07:05 -05:00 |
Clint Shryock
|
f3ba181861
|
Swap awslabs/aws-sdk-go for hashicorp fork
A temporary change to prevent upstream break while awslabs continues to
refactor.
|
2015-02-25 15:29:11 -06:00 |
Clint Shryock
|
116e6cac33
|
provider/aws: Convert AWS S3 Bucket to awslabs/aws-sdk-go
|
2015-02-19 15:38:56 -06:00 |
Sander van Harmelen
|
d3e1a6678d
|
Making some last tweaks and fixing some acc tests
|
2014-11-24 21:22:18 +01:00 |
Sander van Harmelen
|
eccd5ad308
|
Refactored about 90%
Still need to update 2 resources and check the acceptance tests, but
overall we’re nearly there 😃
|
2014-11-21 17:58:34 +01:00 |
Mitchell Hashimoto
|
c5d6df692d
|
providers/aws: tests passing, compiles
|
2014-09-16 17:49:24 -07:00 |
Armon Dadgar
|
64f7a1dc89
|
provider/aws: Adding support for aws_s3_bucket
|
2014-07-21 14:34:50 -04:00 |