CLI cp returns: ...GetObjectTagging...not implemented

0

Hi,

I'm trying to cp an object that was created using multipart upload to a different folder in the same bucket. However I'm getting an error:

copy failed: s3://bucket/incoming/source_object to s3://bucket/saved_objects/target_object An error occurred (NotImplemented) when calling the GetObjectTagging operation: The requested functionality is not implemented.

How do I tell it not to try and tag the object?

Thanks,

Rob

asked 4 years ago447 views
1 Answer
0

Hi,

Turns out that:

--copy-props none

fixes the issue.

Rob

answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions