Aaron Suggs
85fe220470
[aws|storage] Automatically abort multipart uploads on exceptions
2012-03-04 19:38:19 -05:00
Aaron Suggs
16b6ac9b05
Whoops, don't need to require digest/md5
2012-03-04 13:26:38 -05:00
Aaron Suggs
978dc1c7a1
[aws|storage] Simple multipart uploads; supports files > 5GB
...
directory.files.create(:key => key, :body => file_handle, :multipart_chunk_size => 5242880)
2012-03-04 13:02:57 -05:00
Eric Stonfer
7e28669298
Merge pull request #756 from estonfer/associate_vpc_address
...
associate EIPs in a vpc
2012-02-28 09:35:42 -08:00
Wesley Beary
9926b99a6f
Merge pull request #767 from hedgehog/feature/strip_arn
...
strip arn
2012-02-27 15:22:24 -08:00
hedgehog
4d81b869bc
strip ARNs - AWS is sensitive to leading and trailing whitespace/cr/lf.
2012-02-28 08:15:25 +11:00
Aaron Suggs
4eb729a0b3
Merge remote-tracking branch 'origin/master' into route53_modify
2012-02-25 10:26:51 -05:00
Eric Stonfer
4e218663b1
fixed some whitespace issues in auto_scaling tests. Fixed auto_scaling tests formats.
2012-02-22 21:21:45 -05:00
Eric Stonfer
d1fe83716d
associate EIPs in a vpc
2012-02-21 09:12:56 -05:00
geemus
80ca32bfdd
use path style access for https public_urls that include . to avoid certificate issues
...
closes #743
2012-02-17 17:07:18 -06:00
Eric Stonfer
2ee5bf3f23
make eips useable in a VPC
2012-02-13 22:00:40 -05:00
Kevin Menard
02171e16d5
[aws|storage] Allow passing of options to fetching versions.
2012-02-08 13:22:51 -05:00
Eric Stonfer
39e6d267d6
add subnet and vpc info to instance gets
2012-01-31 23:32:47 -05:00
Kevin Menard
9d02af6f7a
[aws|storage|test] Added versioning tests for Versions collection.
2012-01-26 18:00:30 -05:00
Kevin Menard
a5a3f8fdf4
[aws|storage|test] Added model tests for versioning Directory and File models.
2012-01-26 18:00:29 -05:00
Kevin Menard
a57fdd21dd
[aws|storage] Added the ability to fetch a list of versions from a file.
2012-01-26 17:56:40 -05:00
Kevin Menard
2d084c7844
[aws|storage] Added ability to control bucket versioning from Directory model.
2012-01-26 17:56:40 -05:00
Kevin Menard
28df463458
[aws|storage] Allow options to be passed to the destroy method, facilitating passing of versionId.
2012-01-26 17:56:39 -05:00
Kevin Menard
abf8b5e670
[aws|storage] Return the object version in the request header and set an attribute value in the model.
2012-01-26 17:56:39 -05:00
Wesley Beary
e4873182e5
Merge pull request #712 from jstremick/master
...
[aws|elb] Updated Load Balancers and Listeners to support the InstanceProtocol attribute
2012-01-25 13:35:24 -08:00
Wesley Beary
579077b0d0
Merge pull request #706 from jparker/s3-server-side-encryption
...
added support for server-side encryption on s3
2012-01-23 07:15:41 -08:00
James Stremick
0500be0532
[AWS|ELB] Added support for InstanceProtocol to listeners
2012-01-22 20:00:48 -05:00
geemus
2fb9262ce2
Merge branch 'bdorry'
...
Conflicts:
lib/fog/aws/parsers/compute/describe_security_groups.rb
2012-01-22 18:33:39 -06:00
bdorry
8745aa0342
[cloudstack|compute] merged in upstream
2012-01-16 10:38:44 -05:00
Frederick Cheung
b44f1b2c59
enable_metrics_collection requires a granularity argument (1Minute is the only legal value)
2012-01-15 18:09:04 +00:00
John Parker
a5aff0244c
added support for server-side encryption on s3
2012-01-14 12:27:58 -08:00
Wesley Beary
352d3658cb
Merge pull request #680 from larspind/b13fa112369ef26760be52fce81ac7b366703010
...
Change to only do a 'head' on the file that we've copied directly in S3
2011-12-29 08:10:37 -08:00
Eric Stonfer
db8d7abf16
modified security group tests to accomodate the new security group data model. Also allowed permissions to be nil in the security tests for groups with no ACLs
2011-12-23 09:37:13 -05:00
Eric Stonfer
9a94955597
Add code to support the creation and modification of security groups existing in a VPC
2011-12-23 08:40:47 -05:00
Dylan Egan
c09a04e7ce
[aws|elb] update SSL certificates on listeners. 🎄
2011-12-16 11:27:13 -08:00
Wesley Beary
9c3bf8edcc
Merge pull request #652 from estonfer/master
...
Adds the ability to specify security groups by SecurityGroupId which is needed for VPC Security Groups
2011-12-15 08:10:58 -08:00
Eric Stonfer
10015b496d
Add the ability to return the security group ID when requesting a SecurityGroupData object
2011-12-14 16:25:06 -05:00
bmiller
934c76b1d4
Bug fix, metric_statistic#save would always fail
2011-12-13 14:32:30 -08:00
Eric Stonfer
8877a94f8d
indentation change
2011-12-13 14:02:40 -05:00
geemus
71d52a51bf
[aws|dns] fix capitilization for records#all options
2011-12-13 12:07:54 -06:00
Eric Stonfer
040215765e
This patch adds the ability to specify security groups by security group id, rather than group name. This is a required feature to use security groups within a VPC
2011-12-13 12:49:19 -05:00
Mateusz Juraszek
491ec8fb74
add query param to get_object_http_url for consistency
2011-12-09 20:38:27 +01:00
Mateusz Juraszek
f026d3533e
add options hash to Fog::Storage::AWS::File#url and Fog::Storage::AWS::Files#get_https_url which use get_object_https_url method
2011-12-09 12:42:53 +01:00
Aaron Suggs
ef6f8cd06c
[aws|dns] Add Record#modify method.
...
Deletes the current record and creates a new record
in a single request.
2011-11-29 14:00:35 -05:00
Aaron Suggs
3541452f18
[aws|dns] Record identity is 'Name'.
...
There is no 'Id' attribute.
2011-11-29 14:00:35 -05:00
bdorry
bdfb60fbb7
merged 1.0.0
2011-11-10 13:38:58 -05:00
Dylan Egan
6c05616704
[aws|elb] attribute aliases for CanonicalHostedZoneName(ID). ✌️
2011-11-08 14:12:01 -05:00
geemus
93586ad073
[aws|compute] save tags for spot_requests#bootstrap
...
closes #582
2011-11-02 09:00:49 -05:00
geemus
bff58bcd0e
[aws|compute] tweaks for spot request bootstrap
2011-11-02 08:17:36 -05:00
geemus
f29c7b18ed
[aws|compute] spot request fixes
...
adds destroy to spot request model
adds bootstrap to spot requests collection
2011-11-01 11:17:58 -05:00
Lars Pind
b13fa11236
Only do a 'head' on the file that we've copied - no need to go download it now, that would defeat the purpose
2011-10-27 19:49:10 +02:00
Dylan Egan
c1c43861de
[aws|compute] tags are reset when reloading. #570 .
2011-10-22 10:21:35 -07:00
geemus
34e6a1105c
[core] separate loggers for deprecations/warnings
...
distinctly styles deprecations for clarity
gives better flexibility for redirecting logs
reduces possibility of missing deprecations because warnings are ignored
2011-10-19 14:49:34 -05:00
geemus
b78e61d855
[aws|compute] wait_for reload then add server tags
...
closes #570
2011-10-19 14:13:42 -05:00
Michael Zeng
a7b258b7ea
removed all tabs
2011-10-03 19:12:45 -04:00