mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-16 11:53:13 +00:00
Fix tootctl upgrade storage-schema
S3 ACL (#13768)
This commit is contained in:
parent
199bbbcb9f
commit
ce87469d0a
|
@ -97,7 +97,7 @@ module Mastodon
|
|||
progress.log("Moving #{object.key} to #{new_object.key}") if options[:verbose]
|
||||
|
||||
begin
|
||||
object.move_to(new_object) unless dry_run?
|
||||
object.move_to(new_object, acl: attachment.s3_permissions(style)) unless dry_run?
|
||||
rescue => e
|
||||
progress.log(pastel.red("Error processing #{object.key}: #{e}"))
|
||||
success = false
|
||||
|
|
Loading…
Reference in a new issue