Could I use custom parameters in rclone command?

I am wondering how could I use custom parameters to interact to bucket and object.

For example: rclone copy fileA remote:/bucket/object?param=A

What parameters are you wanting to add? Can you give a specific example please?

I want to add parameter ?uploadId=YzliOTdiMjEtMzczNi00NjYxLTkwNzUtMzgxYjNlODNhYTQz

Check out --header-upload and the AWS docs on how to set metadata, you'd end up with

--header-upload "x-amz-meta-uploadId: YzliOTdiMjEtMzczNi00NjYxLTkwNzUtMzgxYjNlODNhYTQz"

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.