Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3::Object#copy_from/copy_to modify given options #947

Closed
toaster opened this issue Oct 5, 2015 · 1 comment
Closed

S3::Object#copy_from/copy_to modify given options #947

toaster opened this issue Oct 5, 2015 · 1 comment
Labels
feature-request A feature should be added or improved.

Comments

@toaster
Copy link

toaster commented Oct 5, 2015

It's a bad idea to modify an incoming hash unless you really have it under control.
The following code crashes:

COPY_OPTIONS = {server_side_encryption: 'AES256'}

dest_object.copy_from(src_object, COPY_OPTIONS)
@trevorrowe
Copy link
Member

Thanks for the reporting the issue.

awood45 added a commit that referenced this issue Oct 22, 2015
@diehlaws diehlaws added feature-request A feature should be added or improved. and removed enhancement labels Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

4 participants