Skip to content

Commit

Permalink
Add FR for Object Version Copy in Resources
Browse files Browse the repository at this point in the history
See related issue #969.
  • Loading branch information
awood45 committed Nov 11, 2015
1 parent 43e7c91 commit 7acb114
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions FEATURE_REQUESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ We can be found in our [Gitter channel](http://gitter.im/aws/aws-sdk-ruby) and o

## Ideas

### Add Support for Copying Object Versions to Aws::S3::Resource

You can copy Amazon S3 object versions to a new Amazon S3 object using the
`Aws::S3::Client#copy_from` operation. However, there isn't currently a way to
do this in the resource interface. This is a feature request to add that support
to the `Aws::S3::Resource` interface.

See [related GitHub issue #969](https://github.com/aws/aws-sdk-ruby/issues/969).

### Add to Param Validation Error Message

Currently, parameter validation errors come in the following form:
Expand Down

1 comment on commit 7acb114

@christiangenco
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.