mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
20a57aaccb
Before this change we used PATCH on the object to update the metadata. Apparently this requires the "full_control" scope which Google were unhappy with in their oauth review. This changes it to update the metadata by copying the object ontop of itself (which is the way s3 works). This can be done with normal permissions. |
||
---|---|---|
.. | ||
googlecloudstorage_test.go | ||
googlecloudstorage.go |